Dingjia Chen 8dca60b848
201-mysql-fs-db patch (#182)
* fix example

* fix example

* fix example
2023-03-02 10:54:49 +08:00

11 lines
366 B
HCL

variable "resource_group_location" {
type = string
default = "eastus"
description = "Location of the resource group."
}
variable "resource_group_name_prefix" {
type = string
default = "mysql-fs-db-rg"
description = "Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription."
}