Skip to content

Commit 635e458

Browse files
committed
eli-384 to be super safe, removing the prod 'flag' for deployment of the WAF, until we've tested
1 parent 56584d4 commit 635e458

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", "preprod"]
16+
default = ["dev", "preprod"]
1717
}

0 commit comments

Comments
 (0)