nebula/db/variables.tf

11 lines
198 B
Terraform
Raw Normal View History

2018-05-29 13:26:00 +00:00
variable "mariadb-version" {
description = "mariadb version to use for fetching the docker image"
default = "10.2.14"
}
variable "ips" {
type = "map"
}
variable "mysql_root_password" {}