2022-02-07 13:23:28 +08:00

12 lines
150 B
HCL

variable "environment" {
default = "dev"
}
variable "name" {
default = "demo-postgresql-fs"
}
variable "location" {
default = "West Europe"
}