Skip to content

Commit

Permalink
Use availability zone filter (#12400 merged).
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Mar 24, 2020
1 parent ffbce32 commit 0c754c5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions aws/resource_aws_apigatewayv2_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,11 +397,10 @@ func testAccAWSAPIGatewayV2IntegrationConfig_vpcLink(rName string) string {
data "aws_availability_zones" "available" {
state = "available"
// https://github.com/terraform-providers/terraform-provider-aws/issues/12412
// filter {
// name = "opt-in-status"
// values = ["opt-in-not-required"]
// }
filter {
name = "opt-in-status"
values = ["opt-in-not-required"]
}
}
resource "aws_vpc" "test" {
Expand Down

0 comments on commit 0c754c5

Please sign in to comment.