Skip to content

Commit b80ec03

Browse files
authored
fix: Revert ignore_changes for instance latest_restorable_time (#479)
Resolves undefined
1 parent d43aaf8 commit b80ec03

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

modules/db_instance/main.tf

+2-5
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,8 @@ resource "aws_db_instance" "this" {
138138
update = lookup(var.timeouts, "update", null)
139139
}
140140

141-
lifecycle {
142-
ignore_changes = [
143-
latest_restorable_time
144-
]
145-
}
141+
# Note: do not add `latest_restorable_time` to `ignore_changes`
142+
# https://github.com/terraform-aws-modules/terraform-aws-rds/issues/478
146143
}
147144

148145
################################################################################

0 commit comments

Comments
 (0)