Riley Karson
Riley Karson
This is a case of 403s getting returned on 404 it seems, we should drop the resource on 403s as if it was a 404.
Yeah, we'd accept a change! > (I haven't looked closely enough, but I think it might require switching to fully custom resource code since as far as I can see...
BackendService and BackendBucket needed encoders to mitigate this- basically, the default values are fairly complex and the API pretty picky (incl. rejecting explicit zero values)
@modular-magician reassign-reviewer
We may want to guard this on a setting- with the current `5.0.0` behaviour as strict mode and a mode without errors as a relaxed mode. Which we default to...
> Do we want to avoid resources being provisioned in an unexpected project? > Do we want to avoid the terraform apply failing because of unset project? Yes to both!...
Sorry, been behind on reviews. Rolled a new reviewer.
The latest `5.X` and `6.X` releases, `5.44.2` and `6.7.0`, both include a fix for the recent `kubeletConfig` issues, see https://github.com/hashicorp/terraform-provider-google/issues/19792 `6.8.0` should mitigate some of the cases where this error...
Hey @nicktrav! This was one of the deprecations (and related to several of the deprecations) that I was considering for `3.0.0`, however I ultimately decided against it. While creating a...
@modular-magician reassign-reviewer