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.
1 parent 56584d4 commit 635e458Copy full SHA for 635e458
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 = ["prod", "dev", "preprod"]
+ default = ["dev", "preprod"]
17
}
0 commit comments