Files
terraform-azure/quickstart/202-machine-learning-moderately-secure-existing-VNet/prequisite/variables.tf
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"
}