Tom Archer aad151de90
User Story 177223 (#269)
* Added output of endpoint; Renamed readme
2023-11-17 10:22:05 +08:00

12 lines
355 B
HCL

variable "resource_group_location" {
type = string
description = "Location of the resource group."
default = "eastus"
}
variable "resource_group_name_prefix" {
type = string
description = "Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription."
default = "rg"
}