update code

This commit is contained in:
neil-yechenwei 2022-02-17 13:40:25 +08:00
parent 85d82f8c72
commit ece38850c7

View File

@ -1,9 +1,9 @@
variable "name_prefix" { variable "name_prefix" {
default = "postgresqlfs" default = "postgresqlfs"
description = "Prefix of the resource name." description = "Prefix of the resource name."
} }
variable "location" { variable "location" {
default = "eastus" default = "eastus"
description = "Location of the resource." description = "Location of the resource."
} }