We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7de92 commit 23fa32eCopy full SHA for 23fa32e
infra/app-rails/app-config/main.tf
@@ -46,7 +46,7 @@ locals {
46
# Whether or not the application should enable WAF for the load balancer.
47
# If enabled:
48
# 1. Creates an AWS WAF web ACL with AWSManagedRulesCommonRuleSet
49
- enable_waf = false
+ enable_waf = true
50
51
environment_configs = {
52
dev = module.dev_config
infra/app/app-config/main.tf
0 commit comments