Merge pull request #1313 from snyk/fix/aws_api_gateway_stage_acc
Fix acceptance test for aws_api_gateway_stagemain
commit
36b81d8616
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue