Skip to content

Commit aaee1c9

Browse files
fix strategy setting
1 parent 4b67765 commit aaee1c9

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

platform/sandbox/us-east-2/000/terraform.tfvars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ create = true
33
handler = "app.lambda_handler"
44
cors = { allow_origins = ["*"] }
55
source_path = "../../../../../../../src/function/"
6-
resource_names_strategy = "minimal_random_suffix"
76
environment_variables = {
87
PAYLOAD = "Primary-East"
98
}

platform/sandbox/us-east-2/001/terraform.tfvars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ create = true
33
handler = "app.lambda_handler"
44
cors = { allow_origins = ["*"] }
55
source_path = "../../../../../../../src/function/"
6-
resource_names_strategy = "minimal_random_suffix"
76
environment_variables = {
87
PAYLOAD = "Failover-East"
98
}

platform/sandbox/us-west-2/000/terraform.tfvars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ create = true
33
handler = "app.lambda_handler"
44
cors = { allow_origins = ["*"] }
55
source_path = "../../../../../../../src/function/"
6-
resource_names_strategy = "minimal_random_suffix"
76
environment_variables = {
87
PAYLOAD = "Primary-West"
98
}

platform/sandbox/us-west-2/001/terraform.tfvars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ create = true
33
handler = "app.lambda_handler"
44
cors = { allow_origins = ["*"] }
55
source_path = "../../../../../../../src/function/"
6-
resource_names_strategy = "minimal_random_suffix"
76
environment_variables = {
87
PAYLOAD = "Failover-West"
98
}

0 commit comments

Comments
 (0)