2024-01-03 10:00:49 +08:00

6 lines
117 B
HCL

variable "location" {
type = string
default = "East US"
description = "Location of the resources"
}