Romain Aviolat
Romain Aviolat
@JamieMagee any plans to do it ? Or looking for help ?
Looks like that this is now working out-of-the-box, tested on v0.24.15.
@jacobbednarz I'd like to help on that PR, what's in your opinion the best way to contribute considering that it's been stalled for >1year?
> Looks like these docs were removed in [e115b52](https://github.com/containerd/containerd/commit/e115b52ce2516ead331522c965fab93b62d4041e) (I don't see a related pull request, but perhaps this was done either as part of splitting containerd from the docker...
I'll need to sanitize a bit my TF_LOG before uploading it but I've been able to dig a bit more into this issue already and looks like its linked to...
Wondering if it could be linked to https://github.com/hashicorp/terraform-provider-googleworkspace/issues/263
I did some more tests today and it looks like that Google APIs are returning more consistent etags this morning and thus the creation process succeeds more frequently ```shell googleworkspace_user.users["[email protected]"]:...
Ok problem is back today with the inconsistent etags :sweat_smile:, for now I've edited the [consistencyCheck](https://github.com/hashicorp/terraform-provider-googleworkspace/blob/main/internal/provider/eventual_consistency.go#L8) and compiled + deployed manually the provider following [this document](https://github.com/hashicorp/terraform-provider-googleworkspace/blob/main/.github/CONTRIBUTING.md#instructing-terraform-to-use-a-local-copy-of-the-provider). ```diff - const numConsistent...
Facing the same issue, is there something I could provide to help?