terraform-provider-google/examples/shared-vpc/terraform.tfvars.example
Nathan McKinley f7bdcde1c4
Add an example of use of shared VPC networking. (#810)
Brings up four projects:
  - one to host the VPC
  - two to use the VPC
  - one which is outside the VPC

This is based on the diagram in https://cloud.google.com/vpc/docs/shared-vpc and uses the names there where possible for clarity.

On one of the machines, a page is generated demonstrating that the networking is working the way you'd expect.  That machine's public IP is output by `terraform apply`.
2017-12-06 14:52:48 -08:00

5 lines
139 B
Plaintext

region = "us-central1"
region_zone = "us-central1-b"
project_name = "my-project-id-123"
credentials_file_path = "~/.gcloud/Terraform.json"