mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-11-01 02:38:31 +00:00
12 lines
186 B
HCL
12 lines
186 B
HCL
|
|
variable "project" {
|
|
description = "The project ID"
|
|
type = string
|
|
}
|
|
|
|
variable "region" {
|
|
description = "The region"
|
|
type = string
|
|
default = "europe-west4"
|
|
}
|