Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove latest_backup_status and latest_import_status from resources #573

Merged
merged 3 commits into from
Dec 5, 2024

Conversation

matpimenta
Copy link
Collaborator

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
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.

3 participants