github.com/fluxrad/terraform@v0.6.4-0.20150906191316-06627ccf39fa/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 }