Merge pull request #1313 from snyk/fix/aws_api_gateway_stage_acc

Fix acceptance test for aws_api_gateway_stage
main
Elie 2022-01-11 12:06:35 +01:00 committed by GitHub
commit 36b81d8616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -47,7 +47,3 @@ resource "aws_api_gateway_stage" "foo" {
rest_api_id = aws_api_gateway_rest_api.foo.id
stage_name = "bar"
}
resource "aws_api_gateway_deployment" "bar" {
rest_api_id = aws_api_gateway_rest_api.foo.id
}