-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
how to delete cluster created by this module? #954
Comments
You can set You can delete the module import. BUT you must have the two data sources and the kubernetes provider configured with details of the cluster. Obviously, you can't reference the outputs from the module you deleted, so will need to hardcode the cluster's name. This will only work while the eks_cluster still exists in AWS. |
…roup rules and IAM policies (#933) In order to ensure proper ordering when running terraform destroy. This will block Terraform from removing up security group rules before the cluster has finished its clean up chores.
Closing. @DiemanXT1 feel free to reopen the issue, if the answer doesn't help you. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I have a question that i failed to find in any documentation for this module - how to delete cluster created by this module?
I'm submitting a...
The text was updated successfully, but these errors were encountered: