github.com/vtorhonen/terraform@v0.9.0-beta2.0.20170307220345-5d894e4ffda7/examples/google-internal-load-balancing/variables.tf (about) 1 variable "region" { 2 default = "us-central1" 3 } 4 5 variable "region_zone" { 6 default = "us-central1-b" 7 } 8 9 variable "region_zone_2" { 10 default = "us-central1-c" 11 } 12 13 variable "project_name" { 14 description = "The ID of the Google Cloud project" 15 }