Cameron Thornton
Cameron Thornton
remove the header region tag like at https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloudfunctions2_function from the docs examples
Failure rate: 100% linter check: https://github.com/hashicorp/terraform-provider-google/runs/6886570050?check_suite_focus=true Message: ``` google/config.go:36:2: `v1` redeclared in this block (typecheck) "google.golang.org/api/container/v1" ^ ``` Possibly related to https://github.com/hashicorp/terraform-provider-google/issues/9349 ?
We generally push against tests that need prequisite manual setup. Usual workarounds for these include defining everything required with the TF configuration, or using a [bootstrap function](https://github.com/GoogleCloudPlatform/magic-modules/blob/main/mmv1/third_party/terraform/utils/bootstrap_utils_test.go). In rare cases,...
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 this either resolves or contributes to,...
fixes https://github.com/hashicorp/terraform-provider-google/issues/11535 The API can return an empty string for role ARN when not specified. Unable to replicate, but setting to `computed` should resolve **Release Note Template for Downstream PRs...
Currently, sync steps wait on their individual sync branches before pushing new commits. We could create a prerequisite step that requires all sync branches to be synced before pushing any...
https://github.com/GoogleCloudPlatform/magic-modules/pull/9799 was too heavy handed and completely broke ADC and auth token access when `universe_domain` was configured in Terraform. We can only compare configured `universe_domain` to the credentialed `universe_domain` when...
### What kind of contribution is this issue about? Downstream builds ### Details We stopped adding new changelog entries to https://github.com/hashicorp/terraform-provider-google/tree/main/.changelog about 3 weeks ago. Right now it looks like...
### Description b/340265988 ### New or Affected Resource(s) * gkehub2_feature, gkehub_feature_membership b/349100063
**Release Note Template for Downstream PRs (will be copied)** ```release-note:none ```