mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-28 03:00:17 -05:00
16 lines
244 B
HCL
16 lines
244 B
HCL
variable "region" {
|
|
default = "us-central1"
|
|
}
|
|
|
|
variable "region_zone" {
|
|
default = "us-central1-b"
|
|
}
|
|
|
|
variable "region_zone_2" {
|
|
default = "us-central1-c"
|
|
}
|
|
|
|
variable "project_name" {
|
|
description = "The ID of the Google Cloud project"
|
|
}
|