nebula/mysql/variables.tf

4 lines
53 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
}