Skip to content

Commit ad7219e

Browse files
authored
Merge pull request #473 from NHSDigital/feature/eja-eli-536-enable-WAF-count-mode-in-prod
eli-536 enabling WAF in Prod, in count mode
2 parents 3f6b27d + cc8130f commit ad7219e

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

0 commit comments

Comments
 (0)