6 lines
117 B
HCL
6 lines
117 B
HCL
variable "location" {
|
|
type = string
|
|
default = "East US"
|
|
description = "Location of the resources"
|
|
}
|