Skip to content

Commit 5aebaa3

Browse files
authored
Make WAF passive in DC and CO (#109)
1 parent d949dab commit 5aebaa3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tofu/config/dev-co/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ module "app" {
9696
state = var.state
9797
vpc_id = module.vpc.vpc_id
9898
waf_log_group = module.logging.log_groups["waf"]
99+
passive_waf = true
99100

100101
api_image_url = data.aws_ecr_repository.api.repository_url
101102
api_repository_arn = data.aws_ecr_repository.api.arn

tofu/config/dev-dc/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ module "app" {
7575
state = var.state
7676
vpc_id = module.vpc.vpc_id
7777
waf_log_group = module.logging.log_groups["waf"]
78+
passive_waf = true
7879

7980
api_image_url = data.aws_ecr_repository.api.repository_url
8081
api_repository_arn = data.aws_ecr_repository.api.arn

0 commit comments

Comments
 (0)