Skip to content

Commit 13aeee4

Browse files
committed
use 16 char token
1 parent ada1914 commit 13aeee4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/envs/prod/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module "dynamo" {
5555
}
5656

5757
resource "random_password" "origin_verify_key" {
58-
length = 20
58+
length = 16
5959
special = false
6060
keepers = {
6161
force_recreation = formatdate("DD-MMM-YYYY", plantimestamp())

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 = 32
60+
length = 16
6161
special = false
6262
keepers = {
6363
force_recreation = formatdate("DD-MMM-YYYY", plantimestamp())

0 commit comments

Comments
 (0)