Files
terraform-talos/gcp-zonal/init/variables.tf
2022-12-25 19:21:49 +02:00

12 lines
186 B
HCL

variable "project" {
description = "The project ID"
type = string
}
variable "region" {
description = "The region"
type = string
default = "europe-west4"
}