terraform-provider-google/examples/vpn
Philip Cristiano 54ea8bb732 examples: Fix credentials key (#821)
This is out of date and now uses `credentials` as the key
2017-12-06 10:15:42 -08:00
..
README.md Documentation and tests written for GCE VPN config 2015-09-15 16:13:48 -04:00
variables.tf Fmt all the config files 2016-09-22 11:49:09 +00:00
vpn.tf examples: Fix credentials key (#821) 2017-12-06 10:15:42 -08:00

Google Compute Engine VPN Example

This example joins two GCE networks via VPN. The firewall rules have been set up so that you can create an instance in each network and have them communicate using their internal IP addresses.

See this example for more information.

Run this example using

terraform apply \
	-var="region1=us-central1" \
	-var="region2=europe-west1" \
	-var="project=my-project-id-123"