This commit is contained in:
neil-yechenwei 2022-02-17 13:40:25 +08:00
Родитель 85d82f8c72
Коммит ece38850c7
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

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