github.com/jsoriano/terraform@v0.6.7-0.20151026070445-8b70867fdd95/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  }