neil-yechenwei ece38850c7 update code
2022-02-17 13:40:25 +08:00

10 lines
199 B
HCL

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