Skip to content

Commit

Permalink
Use 'testAccAvailableAZsNoOptInDefaultExcludeConfig'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Aug 8, 2020
1 parent 6f12ba9 commit 037b7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_route_table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@ resource "aws_route_table" "test" {
}

func testAccAWSRouteTableConfigIpv4TransitGateway(rName, destinationCidr string) string {
return composeConfig(testAccAvailableAZsNoOptInExcludeConfig("usw2-az4"), fmt.Sprintf(`
return composeConfig(testAccAvailableAZsNoOptInDefaultExcludeConfig(), fmt.Sprintf(`
resource "aws_vpc" "test" {
cidr_block = "10.1.0.0/16"
Expand Down

0 comments on commit 037b7b4

Please sign in to comment.