nebula/db/variables.tf

13 lines
213 B
HCL

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