2021-07-31 17:36:47 -07:00

8 lines
126 B
HCL

variable "resource_group_name" {
default = "myResourceGroup"
}
variable "resource_group_location" {
default = "eastus"
}