We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f6b27d + cc8130f commit ad7219eCopy full SHA for ad7219e
infrastructure/stacks/api-layer/variables.tf
@@ -13,5 +13,5 @@ variable "SPLUNK_HEC_ENDPOINT" {
13
variable "waf_enabled_environments" {
14
type = list(string)
15
description = "Environments in which WAF resources are deployed. Adjust to disable in test after evaluation."
16
- default = ["dev", "preprod"]
+ default = ["dev", "preprod", "prod"]
17
}
0 commit comments