nebula/db/variables.tf
2022-01-08 22:19:38 +05:30

12 lines
212 B
HCL

variable "postgres-version" {
description = "postgres version to use for fetching the docker image"
default = "14-alpine"
}
variable "ips" {
type = map(string)
}
variable "postgres-root-password" {
}