You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/examples/gce-vpn
Dave Cunningham 3b91f047a3
Update vpn.tf
11 years ago
..
README.md Documentation and tests written for GCE VPN config 11 years ago
variables.tf Documentation and tests written for GCE VPN config 11 years ago
vpn.tf Update vpn.tf 11 years ago

README.md

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"