Skip to content

Commit 23fa32e

Browse files
committed
Reenable waf for app and app-rails
1 parent ff7de92 commit 23fa32e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/app-rails/app-config/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ locals {
4646
# Whether or not the application should enable WAF for the load balancer.
4747
# If enabled:
4848
# 1. Creates an AWS WAF web ACL with AWSManagedRulesCommonRuleSet
49-
enable_waf = false
49+
enable_waf = true
5050

5151
environment_configs = {
5252
dev = module.dev_config

infra/app/app-config/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ locals {
4646
# Whether or not the application should enable WAF for the load balancer.
4747
# If enabled:
4848
# 1. Creates an AWS WAF web ACL with AWSManagedRulesCommonRuleSet
49-
enable_waf = false
49+
enable_waf = true
5050

5151
environment_configs = {
5252
dev = module.dev_config

0 commit comments

Comments
 (0)