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

Adjust Uninstallation methods to use a targeted terraform destroy #43

Open
jpl-btlunsfo opened this issue Nov 7, 2024 · 1 comment
Open
Assignees

Comments

@jpl-btlunsfo
Copy link
Contributor

Problem

The current unity-management-console's uninstallation procedures cause issues when uninstalling marketplace applications whose terraform code involves the use of providers.

When installing/uninstalling the unity-sps suite (unity-sps-eks, unity-sps-karpenter, unity-sps), the management console should be able to handle the following without issues:

  1. install unity-sps-eks
  2. install unity-sps-karpenter
  3. install unity-sps
  4. uninstall unity-sps
  5. uninstall unity-sps-karpenter
  6. uninstall unity-sps-eks

Or, alternatively:

  1. install unity-sps-eks
  2. uninstall unity-sps-eks
@galenatjpl
Copy link
Contributor

Here is an additional link to specifics that we discussed together:
https://developer.hashicorp.com/terraform/cli/commands/plan#planning-options
specifically, the -target=ADDRESS option that can be used with terraform destroy

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

No branches or pull requests

3 participants