diff --git a/modules/db_instance/variables.tf b/modules/db_instance/variables.tf index ec455358..be5e70d0 100644 --- a/modules/db_instance/variables.tf +++ b/modules/db_instance/variables.tf @@ -117,9 +117,13 @@ variable "username" { } variable "password" { - description = "Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file" + description = <