Skip to content

Commit 58af537

Browse files
eddalmond1ivma1-nhs
authored andcommitted
eli-139 bugfix on api gateway resource
1 parent 316846c commit 58af537

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/stacks/api-layer/api_gateway.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ resource "aws_api_gateway_domain_name" "check_eligibility" {
105105
data.aws_acm_certificate.imported_cert,
106106
data.aws_acm_certificate.validation_cert,
107107
module.s3_truststore_bucket,
108-
module.eligibility_signposting_api_gateway.aws_cloudwatch_log_group.api_gateway
108+
module.eligibility_signposting_api_gateway
109109
]
110110
}
111111

0 commit comments

Comments
 (0)