diff --git a/modules/database/rds.tf b/modules/database/rds.tf index 9b8f5f5..e16fa6e 100644 --- a/modules/database/rds.tf +++ b/modules/database/rds.tf @@ -37,6 +37,7 @@ resource "aws_rds_cluster" "cluster" { ignore_changes = [ engine_version, snapshot_identifier, + master_password, ] } }