8 lines
126 B
HCL
8 lines
126 B
HCL
variable "resource_group_name" {
|
|
default = "myResourceGroup"
|
|
}
|
|
|
|
variable "resource_group_location" {
|
|
default = "eastus"
|
|
}
|