Skip to content

Commit 56584d4

Browse files
committed
eli-384 changing deployment envs for WAF to dev (to test deployment works), preprod (for actual testing) and prod (for live)
1 parent 70ff5a0 commit 56584d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/stacks/api-layer/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ variable "SPLUNK_HEC_ENDPOINT" {
1313
variable "waf_enabled_environments" {
1414
type = list(string)
1515
description = "Environments in which WAF resources are deployed. Adjust to disable in test after evaluation."
16-
default = ["prod", "dev", "test"]
16+
default = ["prod", "dev", "preprod"]
1717
}

0 commit comments

Comments
 (0)