github.com/pbthorste/terraform@v0.8.6-0.20170127005045-deb56bd93da2/examples/google-two-tier/terraform.tfvars.example (about)

     1  region = "us-central1"
     2  region_zone = "us-central1-a"
     3  project_name = "my-project-id-123"
     4  credentials_file_path = "~/.gcloud/Terraform.json"
     5  public_key_path = "~/.ssh/gcloud_id_rsa.pub"
     6  private_key_path = "~/.ssh/gcloud_id_rsa"