Skip to content

Commit

Permalink
tests/r/vpn_connection: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed May 27, 2021
1 parent 2d95674 commit 693a272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/resource_aws_vpn_connection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1303,8 +1303,8 @@ resource "aws_vpn_connection" "test" {
type = "ipsec.1"
static_routes_only = false
local_ipv4_network_cidr = %[3]s
remote_ipv4_network_cidr = %[4]s
local_ipv4_network_cidr = %[3]q
remote_ipv4_network_cidr = %[4]q
}
`, rName, rBgpAsn, localIpv4Cidr, remoteIpv4Cidr)
}
Expand Down

0 comments on commit 693a272

Please sign in to comment.