Skip to content

Conversation

@matpimenta
Copy link
Contributor

The latest_backup_status and latest_import_status attributes are slow to compute and unnecessary for most users. Those attributes are also not a great fit for a Terraform resource. Therefore, this PR removes them to make the Plan/Apply much faster for the general case.

Users can still obtain those attributes via data sources. The migration guide, also included in this PR, describes how to migrate to them.

The `latest_backup_status` and `latest_import_status` attributes are
slow to compute and unnecessary for most users. Those attributes are
also not a great fit for a Terraform resource. Therefore, this PR
removes them to make the Plan/Apply much faster for the general case.

Users can still obtain those attributes via data sources.
The migration guide, also included in this PR, describes how to
migrate to them.
@CLAassistant
Copy link

CLAassistant commented Dec 4, 2024

CLA assistant check
All committers have signed the CLA.

@matpimenta matpimenta marked this pull request as ready for review December 5, 2024 13:45
@matpimenta matpimenta merged commit 2fc3d1f into main Dec 5, 2024
6 checks passed
@matpimenta matpimenta deleted the remove-status-from-db-resources branch December 5, 2024 13:49
burythehammer pushed a commit that referenced this pull request Nov 10, 2025
Remove latest_backup_status and latest_import_status from resources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants