-
Notifications
You must be signed in to change notification settings - Fork 684
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
failed oci_load_balancer_listener creation has successful state. #430
Comments
Thank you for the report. This is a known issue originally reported at #414. We are investigating. Thank you for your patience. |
A mitigation has been made and landed in the master branch: 66f1065, which removes at least the necessity of removing the failed resources from the state file when destroying. The next release will include this fix. Otherwise you can clone the master branch to try it out. The ideal solution is still to retry on the failure of a work request in a load balancer resource, which is in our backlog. |
Just built from Master and tested this out since I had a backend set work request fail on creation. It worked as expected to properly handle FAILED states. |
Glad to hear. Closing. |
Terraform Version
Description:
attempting to create a oci_load_balancer_listener, oci_load_balancer_backend(s), oci_load_balancer_backendset. The backend and backendset were successful, but the listener failed with :
In the state file it's stored with the FAILED state in there :
I would think that a FAILED work request shouldn't be stored as a successful state modification. If one
taints
the item to try and get it to be created :I've had to manually edit the .tfstate file and remove the FAILED item to get attempt the apply again.
The text was updated successfully, but these errors were encountered: