nebula/db/variables.tf

13 lines
213 B
Terraform
Raw Normal View History

variable "postgres-version" {
description = "postgres version to use for fetching the docker image"
default = "10-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
}