github.com/brandonstevens/terraform@v0.9.6-0.20170512224929-5367f2607e16/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  ```