github.com/alkar/terraform@v0.9.6-0.20170517124458-a4cddf6ebf59/examples/google-content-based-load-balancing/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 "credentials_file_path" {
    14    description = "Path to the JSON file used to describe your account credentials"
    15    default     = "~/.gcloud/Terraform.json"
    16  }