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

[umbrella ticket] Improve Terraform resource deletion mechanism #755

Open
2 of 17 tasks
chanwit opened this issue Jul 10, 2023 · 0 comments
Open
2 of 17 tasks

[umbrella ticket] Improve Terraform resource deletion mechanism #755

chanwit opened this issue Jul 10, 2023 · 0 comments
Labels

Comments

@chanwit
Copy link
Collaborator

chanwit commented Jul 10, 2023

This is the umbrella ticket for label: https://github.com/weaveworks/tf-controller/labels/area%2Fresource-deletion

User Story:

As a Terraform Controller user,
I'd like to have a reliable Terraform resource deletion mechanism,
so that managing the deletion process of my resources becomes more efficient.

Fixing these problems will improve controller architecture Issues belong to three sub-groups, sequenced in order of our work plan:

Single resource deletion

Resources with dependency deletion

Namespace deletion (most difficult)

Optional

Acceptance Criteria:

  • Single resource deletion: Improve the reliability of Terraform resource deletion process, using [X] as a metric.
  • Resource deletion with dependencies: Ensure reliable handling of dependent resources during deletion, using [X] as a metric.
  • Namespace deletion: Ensure reliable handling of deletion of the whole namespace, using [X] as a metric.
  • Provide informative error messages for resource deletion failures
  • Develop comprehensive documentation on the improved deletion mechanism
  • Testing is added
  • Address all of the issues listed above
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant