-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
DeleteConflict on destroy when an aws_iam_server_certificate is associated with an aws_elb listener #3412
Comments
Facing the same issue. It only becomes a real pain when the implementation is part of a pipeline that fails every time on the first run. |
+1 |
Just ran into this last night. +1 |
Having this issue too.. It is also a problem on If ive misunderstood something here please let me know... still learning :) |
This should be fixed in #3898 |
thanks @catsby! once this fix is in I can remove my |
I'm still seeing some issues that look similar, on terraform 0.6.12. On the first run everything gets created as it should. If I run terraform plan) I get the output below. Nothing has changed in my tf file or in the AWS account so nothing should be changed of course. `~ aws_elb.bob-dev-lb-tf -/+ aws_iam_server_certificate.bob-dev-bob_bob_com-cert-tf |
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. |
Running
terraform destroy
on an environment with an aws_elb that has an aws_iam_server_certificate attached always fails with aDeleteConflict
:Subsequent
terraform destroy
commands are able to complete successfully:Reproducible terraform template here: https://gist.github.com/ryane/cc4b400df6a269c1868e
The text was updated successfully, but these errors were encountered: