Skip to content

Commit

Permalink
Merge pull request #219 from tablexi/StopTrackingLastRestorableTime
Browse files Browse the repository at this point in the history
Stop tracking last restorable time for RDS
  • Loading branch information
pturley authored Sep 26, 2022
2 parents 09928fe + b2fe56e commit 81b0bc2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions aws/rds/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ resource "aws_db_instance" "mod" {
var.vpc_security_group_ids,
[aws_security_group.sg_on_rds_instance.id],
)
lifecycle {
ignore_changes = [
latest_restorable_time
]
}
}
resource "aws_security_group" "sg_on_rds_instance" {
Expand Down

0 comments on commit 81b0bc2

Please sign in to comment.