User Story 177223 (#269)

* Added output of endpoint; Renamed readme
This commit is contained in:
Tom Archer
2023-11-16 18:22:05 -08:00
committed by GitHub
parent ca8ddca40e
commit aad151de90
4 changed files with 29 additions and 4 deletions

View File

@ -1,9 +1,11 @@
variable "resource_group_location" {
default = "eastus"
type = string
description = "Location of the resource group."
default = "eastus"
}
variable "resource_group_name_prefix" {
default = "rg"
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"
}