2022-03-02 14:26:28 +08:00

10 lines
194 B
HCL

variable "name_prefix" {
default = "mysqlfs"
description = "Prefix of the resource name."
}
variable "location" {
default = "eastus"
description = "Location of the resource."
}