We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfe869 commit 6c27093Copy full SHA for 6c27093
main.tf
@@ -52,7 +52,7 @@ resource "aws_s3_bucket" "cache_bucket" {
52
resource "random_string" "bucket_prefix" {
53
count = module.this.enabled ? 1 : 0
54
length = 12
55
- number = false
+ numeric = false
56
upper = false
57
special = false
58
lower = true
0 commit comments