We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8542c36 commit 58c7f51Copy full SHA for 58c7f51
infrastructure/api_mtls.tf
@@ -36,9 +36,9 @@ resource "aws_api_gateway_base_path_mapping" "api_mapping_mtls" {
36
resource "aws_api_gateway_deployment" "ndr_api_deploy_mtls" {
37
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api_mtls.id
38
39
- depends_on = [
+ depends_on = [
40
aws_api_gateway_rest_api.ndr_doc_store_api_mtls,
41
- ]
+ ]
42
43
lifecycle {
44
create_before_destroy = true
0 commit comments