nebula/mysql/variables.tf

14 lines
188 B
Terraform
Raw Normal View History

2017-12-03 21:29:21 +00:00
variable "mysql_root_password" {
type = "string"
2017-12-26 13:55:43 +00:00
}
2017-12-28 16:42:21 +00:00
variable "mysql_lychee_password" {
type = "string"
}
variable "mysql_kodi_password" {
type = "string"
}
variable "lychee_ip" {}