update code

This commit is contained in:
neil-yechenwei
2022-02-17 12:14:23 +08:00
parent ad42d646d8
commit 30ed335f30
6 changed files with 46 additions and 205 deletions

View File

@ -1,11 +1,9 @@
variable "environment" {
default = "dev"
}
variable "name" {
default = "demo-postgresql-fs"
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 = "West Europe"
default = "eastus"
description = "Location of the resource."
}