-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Delete of dependent resource doesn't always honor ordering #20823
Comments
@kilokahn thank you for this issue report. We're aware of a variety of delete ordering issues, and would like to investigate and fix them. This specific issue report doesn't include reproduction steps, so there isn't a clear next step. Are you still planning on posting steps to reproduce? We're unable to investigate further without reproduction steps. |
@kilokahn I'm just reviewing this ahead of our meeting, and wanted to check if you've had time to put together a reproduction case, or to verify whether this is still happening in the current terraform release. Please let me know if there's any help we can provide to come up with a reproduction case. |
I am going to close this issue due to inactivity. If there is still a question, I recommend the the community forum, where there are far more people available to help. If there is a bug or you would like to make a feature request, please open a new issue and fill out the template. |
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. |
Terraform Version
Terraform Configuration Files
Debug Output
https://gist.github.com/kilokahn/12bd576727b59842154eb790504d04ba
Expected Behavior
oci_waas_waas_policy.test_waas_policy should be destroyed before
oci_waas_certificate.test_certificate
Actual Behavior
Both oci_waas_waas_policy.test_waas_policy and oci_waas_certificate.test_certificate were being destroyed simultaneously
Steps to Reproduce
We are going to put the acceptance test where we see this behavior on our github repo soon, and you can run that to see the problem in action.
Additional Context
We haven't seen this problem (yet) when running with a standalone .tf file. Tagging @paultyng for this
References
#20196 may be related to this.
The text was updated successfully, but these errors were encountered: