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 ada1914 commit 13aeee4Copy full SHA for 13aeee4
terraform/envs/prod/main.tf
@@ -55,7 +55,7 @@ module "dynamo" {
55
}
56
57
resource "random_password" "origin_verify_key" {
58
- length = 20
+ length = 16
59
special = false
60
keepers = {
61
force_recreation = formatdate("DD-MMM-YYYY", plantimestamp())
terraform/envs/qa/main.tf
@@ -57,7 +57,7 @@ module "dynamo" {
- length = 32
62
63
0 commit comments