Skip to content

Commit a84f5e0

Browse files
committed
removed quotes
1 parent 4fad9cb commit a84f5e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ resource "aws_api_gateway_rest_api" "api" {
1111

1212
resource "aws_api_gateway_deployment" "stage" {
1313
depends_on = [
14-
"aws_api_gateway_integration.root_method_integration",
15-
"aws_api_gateway_integration.integration"
14+
aws_api_gateway_integration.root_method_integration,
15+
aws_api_gateway_integration.integration
1616
]
1717
rest_api_id = "${aws_api_gateway_rest_api.api.id}"
1818
stage_name = var.env

0 commit comments

Comments
 (0)