Stephen Lewis (Burrows)

Results 505 comments of Stephen Lewis (Burrows)

I was getting a similar error and it turned out the problem was that I needed to `brew install snappy` to get the necessary underlying libraries.

Note from triage: Keeping this an enhancement as a request for a new field that allows binary content to behave as expected, since it likely can't be handled in the...

Closing as a duplicate of https://github.com/hashicorp/terraform-provider-google/issues/16219

In my experience working on the `google` provider, we don't generally upgrade the `version` of a resource's schema unless we need to do a Schema Migration (for example, to backfill...

Yeah, it's true that a provider can definitely make a breaking schema change without providing an automated upgrade path. This is what the `google` provider does - we only ensure...

Providing version information in the schema export definitely seems like a reasonable thing to do regardless of whether the information is in the plan as well! :-) I hadn't considered...

Sorry for the delay on this one, we've been working out how best to ensure that this has tests that verify it works, since it requires an Azure test environment....

Drive-by comment: Re-running tests since the unit test failure is due to a flake that's been resolved on main. /gcbrun