We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d82f8 commit ece3885Copy full SHA for ece3885
quickstart/201-postgresql-fs-db/variables.tf
@@ -1,9 +1,9 @@
1
variable "name_prefix" {
2
- default = "postgresqlfs"
3
- description = "Prefix of the resource name."
+ default = "postgresqlfs"
+ description = "Prefix of the resource name."
4
}
5
6
variable "location" {
7
- default = "eastus"
8
- description = "Location of the resource."
+ default = "eastus"
+ description = "Location of the resource."
9
0 commit comments