Files
terraform-azure/samples/compliance-testing/src/variables.tf

6 lines
147 B
HCL

variable location {
type = string
default = "westeurope"
description = "The Azure location where the resources will be created"
}