github.com/candidpartners/terraform@v0.9.5-0.20171005231213-29f5f88820f6/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 }