Make it easier to enable bootstrap now that key isn't included

This commit is contained in:
IamTheFij 2023-07-06 17:23:56 -07:00
parent cdbd6a9cb3
commit a90b3bbdbe
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ variable "use_ldap" {
variable "mysql_bootstrap" {
type = object({
enabled = optional(bool, true)
db_name_key = optional(string, "db_name")
db_user_key = optional(string, "db_user")
db_pass_key = optional(string, "db_pass")