fix 101-cosmos-db-azure-container-instance example (#159)

This commit is contained in:
Dingjia Chen
2023-02-16 19:46:14 -06:00
committed by GitHub
parent 2705688717
commit c5185847d9
5 changed files with 45 additions and 43 deletions

View File

@ -3,7 +3,8 @@ variable "resource_group_location" {
description = "Location of the resource group."
}
variable "resource_group_name_prefix" {
default = "rg"
description = "Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription."
variable "prefix" {
type = string
default = "cosmos-db-aci"
description = "Prefix of the resource name"
}