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" {