github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/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  }