Scott Suarez
Scott Suarez
WIP blocked by https://github.com/googleapis/api-linter/pull/966/files for warning level additions AIP 203 uses /should/ quantifier so in alignment with strong recommendation we desire to add a warning linter. We were originally looking...
The dcl doesn't expose a basepath and we need to initialize one occasionally to work with data sources or other custom resources. Add support for an override where we provide...
closes https://github.com/hashicorp/terraform-provider-google/issues/12011 **Release Note Template for Downstream PRs (will be copied)** ```release-note:bug bigquery: fixed import for `google_bigquery_data_transfer_config` ```
Source the samples directly from the DCL **Release Note Template for Downstream PRs (will be copied)** ```release-note:none ```
closes https://github.com/hashicorp/terraform-provider-google/issues/11144 prevent resource `container_cluster` from attempting to cast nil to `map[string]interface{}` **Release Note Template for Downstream PRs (will be copied)** ```release-note:bug container: prevent `google_container_cluster` from crashing if an empty...
ga and beta tests sometimes collide creating the same resource **Release Note Template for Downstream PRs (will be copied)** ```release-note:none ```
closes https://github.com/hashicorp/terraform-provider-google/issues/10444# If this PR is for Terraform, I acknowledge that I have: - [x] Searched through the [issue tracker](https://github.com/hashicorp/terraform-provider-google/issues) for an open issue that this either resolves or contributes...
upstreams https://github.com/hashicorp/terraform-provider-google/pull/9649 **Release Note Template for Downstream PRs (will be copied)** ```release-note:none ```
## motivation Terraform examples [can get quite long](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/app_engine_standard_app_version#example-usage---app-engine-standard-app-version). Unfortunately this means we have low motivation to show more complex configurations in documentation. Especially for resources that could utilize this. ##...