nebula/docker/variables.tf
2017-11-04 19:09:32 +05:30

11 lines
146 B
HCL

variable "web_username" {
type = "string"
}
variable "web_password" {
type = "string"
}
variable "mysql_root_password" {
type = "string"
}