10 lines
237 B
HCL

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