mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-09 16:00:38 -04:00
16 lines
302 B
HCL
16 lines
302 B
HCL
variable "region" {
|
|
default = "us-central1"
|
|
}
|
|
|
|
variable "region_zone" {
|
|
default = "us-central1-f"
|
|
}
|
|
|
|
variable "project_name" {
|
|
description = "The ID of the Google Cloud project"
|
|
}
|
|
|
|
variable "account_file_path" {
|
|
description = "Path to the JSON file used to describe your account credentials"
|
|
}
|