Sarah French
Sarah French
Adding an additional delay in TestAccFirestoreField_* tests to address an 100% error occurring since late Jan:  ``` ------- Stdout: ------- === RUN TestAccFirestoreField_firestoreFieldUpdateAddIndexExample ===...
**Release Note Template for Downstream PRs (will be copied)** ```release-note:enhancement provider: added provider-defined function `name_from_id` for retrieving a resource's short-form name from a its self link or id ```
**Release Note Template for Downstream PRs (will be copied)** ```release-note:none ```
This PR fixes [some failures in `TestAccPubsubSubscriptionBigQuery_update` ](https://hashicorp.teamcity.com/test/-6267570646947224482?currentProjectId=TerraformProviders_Google_NightlyTests&expandTestHistoryChartSection=true&expandedTest=build%3A%28id%3A96386%29%2Cid%3A2000000031)where IAM permissions aren't present at the time when the subscription is being created: ``` ------- Stdout: ------- === RUN TestAccPubsubSubscriptionBigQuery_update === PAUSE...
I recently reviewed a fix for a permadelete that occurred by adding a field that was ForceNew with a Default value: https://github.com/GoogleCloudPlatform/magic-modules/pull/9870 After seeing this page I figured it could...
Relates to https://github.com/hashicorp/terraform-provider-google/issues/16299 This PR adds a new test to the `google_filestore_instance ` resource that shows how a permadiff occurs when setting `modes = ["MODE_IPV6"]` **Release Note Template for Downstream...
Supersedes https://github.com/GoogleCloudPlatform/magic-modules/pull/8841 **Release Note Template for Downstream PRs (will be copied)** ```release-note:enhancement container: added the `cluster_network_performance_config` field to `google_container_cluster` resource ```
This PR: - updates the test utils used in the tests for the TeamCity config code. - changes error messages to be framed the correct way **Test utils:** Previously there...
Fixes https://github.com/hashicorp/terraform-provider-google/issues/15278 When reviewing this PR please see: - This comment for context about this PR : https://github.com/GoogleCloudPlatform/magic-modules/pull/10313#issuecomment-2159065620 - This comment about the decision to make the two fields conflict...
The intention of this change is to enable running provider-defined functions in VCR, as they're a new feature in 1.8.0 This PR is blocked until the GA release of Terraform...