github.com/nevins-b/terraform@v0.3.8-0.20170215184714-bbae22007d5a/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 }