Merge pull request #5433 from evandbrown/vpntest

provider/google: Fix VPN tunnel creation test
This commit is contained in:
Paul Hinze 2016-03-02 16:00:54 -06:00
commit 57bd4dcd4f
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ resource "google_compute_vpn_tunnel" "foobar" {
region = "${google_compute_forwarding_rule.foobar_udp4500.region}"
target_vpn_gateway = "${google_compute_vpn_gateway.foobar.self_link}"
shared_secret = "unguessable"
peer_ip = "0.0.0.0"
peer_ip = "8.8.8.8"
}`, acctest.RandString(10), acctest.RandString(10), acctest.RandString(10),
acctest.RandString(10), acctest.RandString(10), acctest.RandString(10),
acctest.RandString(10))