Skip to content

Commit

Permalink
fix: Revert ignore_changes for instance latest_restorable_time (#479
Browse files Browse the repository at this point in the history
)

Resolves undefined
  • Loading branch information
bryantbiggs committed Feb 8, 2023
1 parent d43aaf8 commit b80ec03
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions modules/db_instance/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,8 @@ resource "aws_db_instance" "this" {
update = lookup(var.timeouts, "update", null)
}

lifecycle {
ignore_changes = [
latest_restorable_time
]
}
# Note: do not add `latest_restorable_time` to `ignore_changes`
# https://github.com/terraform-aws-modules/terraform-aws-rds/issues/478
}

################################################################################
Expand Down

0 comments on commit b80ec03

Please sign in to comment.