12 lines
150 B
HCL
12 lines
150 B
HCL
variable "environment" {
|
|
default = "dev"
|
|
}
|
|
|
|
variable "name" {
|
|
default = "demo-postgresql-fs"
|
|
}
|
|
|
|
variable "location" {
|
|
default = "West Europe"
|
|
}
|