github.com/gwilym/terraform@v0.3.8-0.20151231151641-c7573de75b19/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  account_file_path = "~/.gcloud/Terraform.json"
     5  public_key_path = "~/.ssh/gcloud_id_rsa.pub"
     6  private_key_path = "~/.ssh/gcloud_id_rsa"