Skip to content

Commit ae5614b

Browse files
committed
[PRM-596] Resolve mtls API Gateway destroy issue
1 parent 0e5bed9 commit ae5614b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infrastructure/api_mtls.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ resource "aws_api_gateway_base_path_mapping" "api_mapping_mtls" {
3535

3636
depends_on = [
3737
aws_api_gateway_deployment.ndr_api_deploy_mtls,
38-
aws_api_gateway_rest_api.ndr_doc_store_api_mtls
38+
aws_api_gateway_rest_api.ndr_doc_store_api_mtls,
39+
aws_api_gateway_stage.ndr_api_mtls
3940
]
4041
}
4142

0 commit comments

Comments
 (0)