Moving cosmosdb quickstart code to samples repo

This commit is contained in:
Tom Archer
2022-08-30 10:54:01 -07:00
parent cb17e827ba
commit 22350913fd
8 changed files with 152 additions and 25 deletions

View File

@ -0,0 +1,9 @@
variable "resource_group_location" {
default = "eastus"
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."
}