quickstart/101-cosmos-db-azure-container-instance/variables.tf (9 lines of code) (raw):

variable "resource_group_location" { default = "East Asia" description = "Location of the resource group." } variable "prefix" { type = string default = "cosmos-db-aci" description = "Prefix of the resource name" }