quickstart/201-postgresql-fs-db/variables.tf (8 lines of code) (raw):
variable "name_prefix" {
default = "postgresqlfs"
description = "Prefix of the resource name."
}
variable "location" {
default = "eastus"
description = "Location of the resource."
}