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 c8a5409 commit 54d5799Copy full SHA for 54d5799
main.tf
@@ -47,6 +47,7 @@ resource "aws_api_gateway_deployment" "this" {
47
lifecycle {
48
create_before_destroy = true
49
}
50
+ depends_on = [aws_api_gateway_rest_api_policy.this]
51
52
53
resource "aws_api_gateway_stage" "this" {
0 commit comments