fix TestAccComputeVpnTunnel_regionFromGateway (#2740)

<!-- This change is generated by MagicModules. -->
/cc @danawillow
This commit is contained in:
The Magician 2018-12-21 17:20:57 -08:00 committed by Dana Hoffman
parent e44f505943
commit 42ed54ae92

View File

@ -51,6 +51,7 @@ func TestAccComputeVpnTunnel_regionFromGateway(t *testing.T) {
ResourceName: "google_compute_vpn_tunnel.foobar",
ImportState: true,
ImportStateVerify: true,
ImportStateIdPrefix: fmt.Sprintf("%s/%s/", getTestProjectFromEnv(), region),
ImportStateVerifyIgnore: []string{"shared_secret"},
},
},