Skip to content

Commit

Permalink
ignore changes to RDS master password, allowing them to be controlled…
Browse files Browse the repository at this point in the history
… by another process (#59)

Signed-off-by: Daniel.Hill <[email protected]>
  • Loading branch information
dan-hill2802 authored Sep 13, 2021
1 parent b3ace7d commit 2809d45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/database/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ resource "aws_rds_cluster" "cluster" {
ignore_changes = [
engine_version,
snapshot_identifier,
master_password,
]
}
}
Expand Down

0 comments on commit 2809d45

Please sign in to comment.