From 73845524280976ba66c2707fc3d1e22959820f51 Mon Sep 17 00:00:00 2001 From: neil-yechenwei Date: Thu, 17 Feb 2022 12:17:28 +0800 Subject: [PATCH] update code --- quickstart/201-postgresql-fs-db/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart/201-postgresql-fs-db/variables.tf b/quickstart/201-postgresql-fs-db/variables.tf index 6320f8be..4fcbfbaf 100644 --- a/quickstart/201-postgresql-fs-db/variables.tf +++ b/quickstart/201-postgresql-fs-db/variables.tf @@ -1,6 +1,6 @@ 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." + description = "Prefix of the resource name." } variable "location" {