We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d949dab commit 5aebaa3Copy full SHA for 5aebaa3
2 files changed
tofu/config/dev-co/main.tf
@@ -96,6 +96,7 @@ module "app" {
96
state = var.state
97
vpc_id = module.vpc.vpc_id
98
waf_log_group = module.logging.log_groups["waf"]
99
+ passive_waf = true
100
101
api_image_url = data.aws_ecr_repository.api.repository_url
102
api_repository_arn = data.aws_ecr_repository.api.arn
tofu/config/dev-dc/main.tf
@@ -75,6 +75,7 @@ module "app" {
75
76
77
78
79
80
81
0 commit comments