-
Notifications
You must be signed in to change notification settings - Fork 988
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
kubernetes_ingress_v1 with AWS ALB not Deleting AWS Resources Correctly #2335
Comments
Hello! Thank you for opening this issue @cxmiller21, could you attempt to delete the resources with just |
Hi @BBBmau, I was able to run the |
Any new info's here? |
This happened to me as well. |
I think a workaround is to run something like aws-nuke triggered by a destroy-time provisioner. |
Terraform Version, Provider Version and Kubernetes Version
Affected Resource(s)
Panic Output
N/A
Steps to Reproduce
./terraform/eks
)terraform apply
terraform destroy -target kubernetes_ingress_v1.argocd_ingress
orterraform destroy
Expected Behavior
Running
terraform destroy
successfully cleans up the resources it created - an AWS ALB and security group.Actual Behavior
Running
terraform destroy
removes thekubernetes_ingress_v1.argocd_ingress
resource in terraform but the ALB and security group still exist.Important Factoids
I don't believe there's anything special going on here
References
I couldn't find any
Community Note
The text was updated successfully, but these errors were encountered: