-
Notifications
You must be signed in to change notification settings - Fork 134
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
[BUG][Logs Data Platform] dbaas logs input - resource busy #781
Comments
Hello @pgillet , thanks for opening this issue. I see that your apply is failing on call Could you share the modification that you are doing on this resource, so that I can try to reproduce ? |
@amstuta OK, I have narrowed it down! As a test, I re-apply my Terraform, knowing that the actual resources already exist and are well synchronized with my Terraform state.
As you can see, the list of CIDRs in argument And the
And this last error happens because the actual Logstash instance is already up and running IMHO. |
And thus, beware of other list arguments in the resource that can be unordered. |
Ok, so if I understand correctly I guess we have two issue here:
|
@pgillet I just confirmed that this isn't necessary, so this is not the root cause. Do you know if there is a any other operation running on the same LDP service at the same time ? If you could provide us the complete log when you encounter the error (with the request ID and the operation ID), it would help us understand what is happening at the same time. |
I have other running log inputs (also Logstash 8.x) with each its log streams. |
Describe the bug
When creating/updating a resource
ovh_dbaas_logs_input
, Terraform often complains that the resource is busy.If it already exists, the dbaas log input must be first stopped by hand before trying again.
Terraform Version
1.8.5
OVH Terraform Provider Version
v1.0.0
Affected Resource(s)
Terraform Configuration Files
Terraform Output
The text was updated successfully, but these errors were encountered: