github.com/jrasell/terraform@v0.6.17-0.20160523115548-2652f5232949/examples/gce-vpn/README.md (about) 1 # Google Compute Engine VPN Example 2 3 This example joins two GCE networks via VPN. The firewall rules have been set up 4 so that you can create an instance in each network and have them communicate 5 using their internal IP addresses. 6 7 See this [example](https://cloud.google.com/compute/docs/vpn) for more 8 information. 9 10 Run this example using 11 12 ``` 13 terraform apply \ 14 -var="region1=us-central1" \ 15 -var="region2=europe-west1" \ 16 -var="project=my-project-id-123" 17 ```