2015-08-02 17:37:52 +02:00
|
|
|
variable "region" {
|
2015-08-31 10:19:02 +02:00
|
|
|
default = "us-central1"
|
2015-08-02 17:37:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
variable "region_zone" {
|
2015-08-31 10:19:02 +02:00
|
|
|
default = "us-central1-f"
|
2015-08-02 17:37:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
variable "project_name" {
|
2015-08-31 10:19:02 +02:00
|
|
|
description = "The ID of the Google Cloud project"
|
2015-08-02 17:37:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
variable "account_file_path" {
|
2015-08-31 10:19:02 +02:00
|
|
|
description = "Path to the JSON file used to describe your account credentials"
|
2015-08-02 17:37:52 +02:00
|
|
|
}
|