Skip to content

Commit b0b4b58

Browse files
authored
Update main.tf
1 parent fba9aff commit b0b4b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ resource "aws_api_gateway_deployment" "this" {
4747
lifecycle {
4848
create_before_destroy = true
4949
}
50-
depends_on = [ aws_api_gateway_rest_api_policy.this ]
50+
depends_on = [aws_api_gateway_rest_api_policy.this]
5151
}
5252

5353
resource "aws_api_gateway_stage" "this" {

0 commit comments

Comments
 (0)