Skip to content

Commit ada1914

Browse files
committed
test what happens when the origin verify key changes
1 parent a245fa2 commit ada1914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/envs/qa/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module "dynamo" {
5757
}
5858

5959
resource "random_password" "origin_verify_key" {
60-
length = 20
60+
length = 32
6161
special = false
6262
keepers = {
6363
force_recreation = formatdate("DD-MMM-YYYY", plantimestamp())

0 commit comments

Comments
 (0)