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 60ae6c9 commit f9f353cCopy full SHA for f9f353c
terraform/infrastructure/modules/api_gateway/api_gateway.tf
@@ -60,7 +60,12 @@ resource "aws_api_gateway_deployment" "api_gateway_deployment" {
60
}
61
62
depends_on = [
63
- aws_api_gateway_rest_api.api_gateway_rest_api
+ aws_api_gateway_rest_api.api_gateway_rest_api,
64
+ aws_api_gateway_resource.capability,
65
+ aws_api_gateway_method.capability,
66
+ aws_api_gateway_integration.capability,
67
+ aws_api_gateway_method_response.capability_200,
68
+ aws_api_gateway_integration_response.capability
69
]
70
71
0 commit comments