neil-yechenwei 30ed335f30 update code
2022-02-17 12:14:23 +08:00

10 lines
279 B
HCL

variable "name_prefix" {
default = "postgresqlfs"
description = "Prefix of the resource name that's combined with a random ID so name is unique in your Azure subscription."
}
variable "location" {
default = "eastus"
description = "Location of the resource."
}