Skip to content

Commit

Permalink
Fix random_string resource numeric input deprecation
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Diniz <arthurbdiniz@gmail.com>
  • Loading branch information
arthurbdiniz committed Oct 8, 2022
1 parent 1fb2f30 commit ac82197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event-to-slack-cf.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "random_string" "to_slack_cf_suffix" {
length = 8
special = false
lower = true
number = false
numeric = false
}

resource "aws_cloudformation_stack" "to_slack" {
Expand Down

0 comments on commit ac82197

Please sign in to comment.