Skip to content

Commit

Permalink
chore: use numeric instead of number as it's deprecated (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrijn authored Jul 13, 2022
1 parent 3cfe869 commit 6c27093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ resource "aws_s3_bucket" "cache_bucket" {
resource "random_string" "bucket_prefix" {
count = module.this.enabled ? 1 : 0
length = 12
number = false
numeric = false
upper = false
special = false
lower = true
Expand Down

0 comments on commit 6c27093

Please sign in to comment.