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 4fad9cb commit a84f5e0Copy full SHA for a84f5e0
main.tf
@@ -11,8 +11,8 @@ resource "aws_api_gateway_rest_api" "api" {
11
12
resource "aws_api_gateway_deployment" "stage" {
13
depends_on = [
14
- "aws_api_gateway_integration.root_method_integration",
15
- "aws_api_gateway_integration.integration"
+ aws_api_gateway_integration.root_method_integration,
+ aws_api_gateway_integration.integration
16
]
17
rest_api_id = "${aws_api_gateway_rest_api.api.id}"
18
stage_name = var.env
0 commit comments