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." }