Closed JJaakson closed 1 year ago
@JJaakson Thanks for reporting this issue. I suspect this issue might have the same root cause as #359. We'll look into this, and I'll get back to you with a fix.
@JJaakson We decided to remove the mutexes in question from the code. We expect these transient errors to disappear. Additionally, running your config will be slightly faster too.
@JJaakson Hold on. We suspect an issue with our API that can cause the problem you reported. We need to look into this more. I'll keep you posted.
@JJaakson We released an API fix a few weeks ago that resolves this issue. Feel free to reopen this issue if you still bump into this issue again.
Recently discovered with
terraform-provider-rollbar
version 1.13.0 I would get this error message after creating a new team with this provider (and every plan afterwards):And after inspecting the "generated" local .tfstate file I saw that:
Found out that when I used Rollbar provider version 1.10.0, this error did not occur. Only difference for creating teams between versions 1.10.0 and 1.13.0 are that when creating the object it does not get
client.Mutex.Lock()
"locked" in the older version.This is what I used in my .tf file: