Skip to content

Commit 6b092ac

Browse files
authored
Merge pull request terraform-aws-modules#13 from firstlookmedia/master
ignore changes to master_password
2 parents 4ba92b6 + e282b7d commit 6b092ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ resource "aws_redshift_cluster" "this" {
4949
}
5050

5151
tags = "${var.tags}"
52+
53+
lifecycle {
54+
ignore_changes = [ "master_password" ]
55+
}
56+
5257
}
5358

5459
resource "aws_redshift_parameter_group" "this" {

0 commit comments

Comments
 (0)