Skip to content

Commit

Permalink
treat vpntunnel URLs as URLs (#296)
Browse files Browse the repository at this point in the history
<!-- This change is generated by MagicModules. -->
/cc @danawillow
  • Loading branch information
modular-magician authored and danawillow committed Jan 4, 2019
1 parent 1cd42cc commit 7d81295
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions google-beta/resource_compute_vpn_tunnel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ func testAccComputeVpnTunnel_basic() string {
return fmt.Sprintf(`
resource "google_compute_network" "foobar" {
name = "tunnel-test-%s"
auto_create_subnetworks = false
}
resource "google_compute_subnetwork" "foobar" {
name = "tunnel-test-subnetwork-%s"
Expand Down Expand Up @@ -161,6 +162,7 @@ func testAccComputeVpnTunnel_regionFromGateway(region string) string {
return fmt.Sprintf(`
resource "google_compute_network" "foobar" {
name = "tunnel-test-%s"
auto_create_subnetworks = false
}
resource "google_compute_subnetwork" "foobar" {
name = "tunnel-test-subnetwork-%s"
Expand Down Expand Up @@ -219,6 +221,7 @@ func testAccComputeVpnTunnelRouter(router string) string {
return fmt.Sprintf(`
resource "google_compute_network" "foobar" {
name = "tunnel-test-%s"
auto_create_subnetworks = false
}
resource "google_compute_subnetwork" "foobar" {
name = "tunnel-test-subnetwork-%s"
Expand Down

0 comments on commit 7d81295

Please sign in to comment.