Sam Levenick
Sam Levenick
Fixes breakage in serialization.go preventing upgrade-dcl && make serialize from running. Should be no real downstream changes If this PR is for Terraform, I acknowledge that I have: - [...
Hopefully no changes due to this If this PR is for Terraform, I acknowledge that I have: - [ ] Searched through the [issue tracker](https://github.com/hashicorp/terraform-provider-google/issues) for an open issue that...
Fixes: https://github.com/hashicorp/terraform-provider-google/issues/10745 Validation doesn't seem needed as they have default values. One field in this object is already required, so no empty object is possible If this PR is for...
Upstreams: https://github.com/hashicorp/terraform-provider-google/pull/9583 Upstreaming script didn't work as this refers to some .go.erb files Need markdown docs on this, will ask contributor for them If this PR is for Terraform, I...
Fixes this test by skipping in VCR as it has non-determinism If this PR is for Terraform, I acknowledge that I have: - [ ] Searched through the [issue tracker](https://github.com/hashicorp/terraform-provider-google/issues)...
Fixes: https://github.com/hashicorp/terraform-provider-google/issues/16777 Hard to test here because the corresponding changes to add a string --> object map haven't made their way to the DCL yet. I've built with a local...
Essentially a duplicate of https://github.com/hashicorp/terraform-plugin-sdk/issues/469 because I can't reopen. This continues to reoccur in the Google provider from time to time. For reference: https://github.com/hashicorp/terraform-provider-google/issues/15501 https://github.com/hashicorp/terraform-provider-google/issues/13775 ### SDK version ``` 1.11.0...
**Release Note Template for Downstream PRs (will be copied)** ```release-note:new-resource `google_sec_lm_workbench` ```
VCR Skip is hiding test failures and I'm not sure why it is skipped for these resources Fixes https://github.com/hashicorp/terraform-provider-google/issues/17699 or at least will eventually **Release Note Template for Downstream PRs...