nebula/db/variables.tf

12 lines
212 B
Terraform
Raw Normal View History

variable "postgres-version" {
description = "postgres version to use for fetching the docker image"
2022-01-08 16:49:38 +00:00
default = "14-alpine"
}
2018-05-29 13:26:00 +00:00
variable "ips" {
type = map(string)
}
variable "postgres-root-password" {
2018-05-29 13:26:00 +00:00
}