From ece38850c70bc3677c4eaef058948f4399430250 Mon Sep 17 00:00:00 2001 From: neil-yechenwei Date: Thu, 17 Feb 2022 13:40:25 +0800 Subject: [PATCH] update code --- quickstart/201-postgresql-fs-db/variables.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/quickstart/201-postgresql-fs-db/variables.tf b/quickstart/201-postgresql-fs-db/variables.tf index 4fcbfbaf..c6f361cc 100644 --- a/quickstart/201-postgresql-fs-db/variables.tf +++ b/quickstart/201-postgresql-fs-db/variables.tf @@ -1,9 +1,9 @@ variable "name_prefix" { - default = "postgresqlfs" - description = "Prefix of the resource name." + default = "postgresqlfs" + description = "Prefix of the resource name." } variable "location" { - default = "eastus" - description = "Location of the resource." + default = "eastus" + description = "Location of the resource." }