github.com/atsaki/terraform@v0.4.3-0.20150919165407-25bba5967654/examples/google-two-tier/variables.tf (about) 1 variable "region" { 2 default = "us-central1" 3 } 4 5 variable "region_zone" { 6 default = "us-central1-f" 7 } 8 9 variable "project_name" { 10 description = "The ID of the Google Cloud project" 11 } 12 13 variable "account_file_path" { 14 description = "Path to the JSON file used to describe your account credentials" 15 }