Files

7 lines
121 B
Terraform

variable "resource_group_name" {
default = "the_data_sandbox_prod"
}
variable "location" {
default = "uksouth"
}