Skip to content

Commit

Permalink
ignore_changes to snapshot_identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jjno91 committed Mar 11, 2020
1 parent aad57be commit 255937b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ resource "aws_rds_cluster" "this" {

lifecycle {
create_before_destroy = true
ignore_changes = [snapshot_identifier]
}
}

Expand Down

0 comments on commit 255937b

Please sign in to comment.