We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4c5ce commit 3be8581Copy full SHA for 3be8581
infra/app/service/main.tf
@@ -69,7 +69,7 @@ module "service" {
69
domain_name = module.domain.domain_name
70
hosted_zone_id = module.domain.hosted_zone_id
71
certificate_arn = module.domain.certificate_arn
72
- waf_arn = module.app_config.enable_waf ? module.service.network.waf_arn : null
+ waf_arn = module.app_config.enable_waf ? module.network.waf_arn : null
73
74
cpu = local.service_config.cpu
75
memory = local.service_config.memory
0 commit comments