We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316846c commit 58af537Copy full SHA for 58af537
1 file changed
infrastructure/stacks/api-layer/api_gateway.tf
@@ -105,7 +105,7 @@ resource "aws_api_gateway_domain_name" "check_eligibility" {
105
data.aws_acm_certificate.imported_cert,
106
data.aws_acm_certificate.validation_cert,
107
module.s3_truststore_bucket,
108
- module.eligibility_signposting_api_gateway.aws_cloudwatch_log_group.api_gateway
+ module.eligibility_signposting_api_gateway
109
]
110
}
111
0 commit comments