Skip to content

Conversation

@BBBmau
Copy link
Collaborator

@BBBmau BBBmau commented Jan 8, 2026

Release Note Template for Downstream PRs (will be copied)

See Write release notes for guidance.


BBBmau and others added 30 commits December 8, 2025 20:25
…#15933)

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
…to prevent Terraform from managing the settings.0.backup_configuration block when an instance is managed by GCBDR. (GoogleCloudPlatform#15710)

Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
iyabchen and others added 21 commits January 5, 2026 20:48
@modular-magician modular-magician added the awaiting-approval Pull requests that need reviewer's approval to run presubmit tests label Jan 8, 2026
@modular-magician modular-magician added service/terraform and removed awaiting-approval Pull requests that need reviewer's approval to run presubmit tests labels Jan 8, 2026
@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 1219 files changed, 59441 insertions(+), 28575 deletions(-))
google-beta provider: Diff ( 1300 files changed, 60344 insertions(+), 30622 deletions(-))
terraform-google-conversion: Diff ( 234 files changed, 25864 insertions(+), 1303 deletions(-))
Open in Cloud Shell: Diff ( 37 files changed, 1498 insertions(+), 3 deletions(-))

Breaking Change(s) Detected

The following breaking change(s) were detected within your pull request.

  • Field broker_capacity_config.disk_size_gb within resource google_managed_kafka_cluster was either removed or renamed - reference
  • Field cipher_suite.phase1.dh changed from TypeSet to TypeList on google_compute_vpn_tunnel - reference
  • Field cipher_suite.phase1.encryption changed from TypeSet to TypeList on google_compute_vpn_tunnel - reference
  • Field cipher_suite.phase1.integrity changed from TypeSet to TypeList on google_compute_vpn_tunnel - reference
  • Field cipher_suite.phase1.prf changed from TypeSet to TypeList on google_compute_vpn_tunnel - reference
  • Field cipher_suite.phase2.encryption changed from TypeSet to TypeList on google_compute_vpn_tunnel - reference
  • Field cipher_suite.phase2.integrity changed from TypeSet to TypeList on google_compute_vpn_tunnel - reference
  • Field cipher_suite.phase2.pfs changed from TypeSet to TypeList on google_compute_vpn_tunnel - reference
  • Field cmek_config_id changed from optional to required on google_discovery_engine_cmek_config - reference
  • Field state.state became Computed only on google_network_services_multicast_domain_group - reference

If you believe this detection to be incorrect please raise the concern with your reviewer.
If you intend to make this change you will need to wait for a major release window.
An override-breaking-change label can be added to allow merging.

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_alloydb_instance (110 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_alloydb_instance" "primary" {
  observability_config {
    track_wait_event_types = # value needed
  }
}

Resource: google_biglake_iceberg_catalog_iam_binding (2 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_biglake_iceberg_catalog_iam_binding" "primary" {
  condition {
    description = # value needed
    expression  = # value needed
    title       = # value needed
  }
}

Resource: google_biglake_iceberg_catalog_iam_member (1 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_biglake_iceberg_catalog_iam_member" "primary" {
  condition {
    description = # value needed
    expression  = # value needed
    title       = # value needed
  }
}

Resource: google_cloud_run_v2_worker_pool (28 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_cloud_run_v2_worker_pool" "primary" {
  custom_audiences = # value needed
}

Resource: google_compute_region_commitment (0 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_compute_region_commitment" "primary" {
  type = # value needed
}

Resource: google_container_cluster (523 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_container_cluster" "primary" {
  node_pool_defaults {
    node_config_defaults {
      containerd_config {
        registry_hosts {
          hosts {
            client {
              cert {
                gcp_secret_manager_secret_uri = # value needed
              }
              key {
                gcp_secret_manager_secret_uri = # value needed
              }
            }
          }
        }
      }
    }
  }
}

Resource: google_datastream_connection_profile (19 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_datastream_connection_profile" "primary" {
  postgresql_profile {
    ssl_config {
      server_verification {
        ca_certificate = # value needed
      }
    }
  }
}

Resource: google_datastream_stream (10 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_datastream_stream" "primary" {
  rule_sets {
    customization_rules {
      bigquery_clustering {
        columns = # value needed
      }
      bigquery_partitioning {
        ingestion_time_partition {
          partitioning_time_granularity = # value needed
        }
        integer_range_partition {
          column   = # value needed
          end      = # value needed
          interval = # value needed
          start    = # value needed
        }
        require_partition_filter = # value needed
        time_unit_partition {
          column                        = # value needed
          partitioning_time_granularity = # value needed
        }
      }
    }
    object_filter {
      source_object_identifier {
        mongodb_identifier {
          collection = # value needed
          database   = # value needed
        }
        mysql_identifier {
          database = # value needed
          table    = # value needed
        }
        oracle_identifier {
          schema = # value needed
          table  = # value needed
        }
        postgresql_identifier {
          schema = # value needed
          table  = # value needed
        }
        salesforce_identifier {
          object_name = # value needed
        }
        sql_server_identifier {
          schema = # value needed
          table  = # value needed
        }
      }
    }
  }
}

Resource: google_netapp_volume (40 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_netapp_volume" "primary" {
  hybrid_replication_parameters {
    cluster_location               = # value needed
    hybrid_replication_type        = # value needed
    large_volume_constituent_count = # value needed
    peer_cluster_name              = # value needed
    peer_ip_addresses              = # value needed
    peer_svm_name                  = # value needed
    peer_volume_name               = # value needed
  }
}

Resource: google_sql_database_instance (215 total tests)
Please add an acceptance test which includes these fields. The test should include the following:

resource "google_sql_database_instance" "primary" {
  replication_cluster {
    psa_write_endpoint = # value needed
  }
}

Missing service labels

The following new resources do not have corresponding service labels:

  • google_network_security_dns_threat_detector

If you believe this detection to be incorrect please raise the concern with your reviewer. Googlers: This error is safe to ignore once you've completed go/fix-missing-service-labels.
An override-missing-service-label label can be added to allow merging.

Multiple resources added

This PR adds multiple new resources: google_apigee_security_feedback, google_apphub_boundary, google_biglake_iceberg_catalog, google_compute_cross_site_network, google_compute_organization_security_policy_association, google_compute_region_health_source, google_compute_wire_group, google_network_connectivity_destination, google_network_connectivity_multicloud_data_transfer_config, google_network_security_dns_threat_detector, google_network_services_multicast_group_consumer_activation, google_network_services_multicast_group_producer_activation. This makes review significantly more difficult. Please split it into multiple PRs, one per resource.
An override-multiple-resources label can be added to allow merging.

Missing doc report (experimental)

The following resources have fields missing in documents.

  • google_container_cluster
    • Expected Document Path: /website/docs/r/container_cluster.html.markdown
    • Fields: [node_config.containerd_config.registry_hosts.hosts node_config.containerd_config.registry_hosts.hosts.ca node_config.containerd_config.registry_hosts.hosts.ca.gcp_secret_manager_secret_uri node_config.containerd_config.registry_hosts.hosts.capabilities node_config.containerd_config.registry_hosts.hosts.client node_config.containerd_config.registry_hosts.hosts.client.cert node_config.containerd_config.registry_hosts.hosts.client.cert.gcp_secret_manager_secret_uri node_config.containerd_config.registry_hosts.hosts.client.key node_config.containerd_config.registry_hosts.hosts.client.key.gcp_secret_manager_secret_uri node_config.containerd_config.registry_hosts.hosts.dial_timeout node_config.containerd_config.registry_hosts.hosts.header node_config.containerd_config.registry_hosts.hosts.header.key node_config.containerd_config.registry_hosts.hosts.header.value node_config.containerd_config.registry_hosts.hosts.host node_config.containerd_config.registry_hosts.hosts.override_path node_config.containerd_config.registry_hosts.server node_pool.node_config.containerd_config.registry_hosts node_pool.node_config.containerd_config.registry_hosts.hosts node_pool.node_config.containerd_config.registry_hosts.hosts.ca node_pool.node_config.containerd_config.registry_hosts.hosts.ca.gcp_secret_manager_secret_uri node_pool.node_config.containerd_config.registry_hosts.hosts.capabilities node_pool.node_config.containerd_config.registry_hosts.hosts.client node_pool.node_config.containerd_config.registry_hosts.hosts.client.cert node_pool.node_config.containerd_config.registry_hosts.hosts.client.cert.gcp_secret_manager_secret_uri node_pool.node_config.containerd_config.registry_hosts.hosts.client.key node_pool.node_config.containerd_config.registry_hosts.hosts.client.key.gcp_secret_manager_secret_uri node_pool.node_config.containerd_config.registry_hosts.hosts.dial_timeout node_pool.node_config.containerd_config.registry_hosts.hosts.header node_pool.node_config.containerd_config.registry_hosts.hosts.header.key node_pool.node_config.containerd_config.registry_hosts.hosts.header.value node_pool.node_config.containerd_config.registry_hosts.hosts.host node_pool.node_config.containerd_config.registry_hosts.hosts.override_path node_pool.node_config.containerd_config.registry_hosts.server node_pool_defaults.node_config_defaults.containerd_config.registry_hosts node_pool_defaults.node_config_defaults.containerd_config.registry_hosts.hosts node_pool_defaults.node_config_defaults.containerd_config.registry_hosts.hosts.ca node_pool_defaults.node_config_defaults.containerd_config.registry_hosts.hosts.ca.gcp_secret_manager_secret_uri node_pool_defaults.node_config_defaults.containerd_config.registry_hosts.hosts.capabilities node_pool_defaults.node_config_defaults.containerd_config.registry_hosts.hosts.client node_pool_defaults.node_config_defaults.containerd_config.registry_hosts.hosts.client.cert node_pool_defaults.node_config_defaults.containerd_config.registry_hosts.hosts.client.cert.gcp_secret_manager_secret_uri node_pool_defaults.node_config_defaults.containerd_config.registry_hosts.hosts.client.key node_pool_defaults.node_config_defaults.containerd_config.registry_hosts.hosts.client.key.gcp_secret_manager_secret_uri node_pool_defaults.node_config_defaults.containerd_config.registry_hosts.hosts.dial_timeout node_pool_defaults.node_config_defaults.containerd_config.registry_hosts.hosts.header node_pool_defaults.node_config_defaults.containerd_config.registry_hosts.hosts.header.key node_pool_defaults.node_config_defaults.containerd_config.registry_hosts.hosts.header.value node_pool_defaults.node_config_defaults.containerd_config.registry_hosts.hosts.host node_pool_defaults.node_config_defaults.containerd_config.registry_hosts.hosts.override_path node_pool_defaults.node_config_defaults.containerd_config.registry_hosts.server]
  • google_container_node_pool
    • Expected Document Path: /website/docs/r/container_node_pool.html.markdown
    • Fields: [node_config.containerd_config.registry_hosts node_config.containerd_config.registry_hosts.hosts node_config.containerd_config.registry_hosts.hosts.ca node_config.containerd_config.registry_hosts.hosts.ca.gcp_secret_manager_secret_uri node_config.containerd_config.registry_hosts.hosts.capabilities node_config.containerd_config.registry_hosts.hosts.client node_config.containerd_config.registry_hosts.hosts.client.cert node_config.containerd_config.registry_hosts.hosts.client.cert.gcp_secret_manager_secret_uri node_config.containerd_config.registry_hosts.hosts.client.key node_config.containerd_config.registry_hosts.hosts.client.key.gcp_secret_manager_secret_uri node_config.containerd_config.registry_hosts.hosts.dial_timeout node_config.containerd_config.registry_hosts.hosts.header node_config.containerd_config.registry_hosts.hosts.header.key node_config.containerd_config.registry_hosts.hosts.header.value node_config.containerd_config.registry_hosts.hosts.host node_config.containerd_config.registry_hosts.hosts.override_path node_config.containerd_config.registry_hosts.server]
  • google_sql_database_instance
    • Expected Document Path: /website/docs/r/sql_database_instance.html.markdown
    • Fields: [settings.backup_configuration.backup_tier]

The following data sources are missing documents:

  • google_backup_dr_backup_plan, expect file /website/docs/d/backup_dr_backup_plan.html.markdown to exist.

@modular-magician
Copy link
Collaborator

Non-exercised tests

🔴 Tests were added that are skipped in VCR:

  • TestAccAlloydbInstance_ObservabilityConfig_Update
  • TestAccAlloydbInstance_connectionPoolConfig
  • TestAccApigeeSecurityFeedback_apigeeSecurityFeedbackBasicTestExample
  • TestAccComputeNetworkEndpoints_recreateNetworkEndpointsBasic
  • TestAccComputeRegionHealthSource_computeRegionHealthSourceBasicExample
  • TestAccComputeRegionHealthSource_update
  • TestAccComputeRegionSecurityPolicyDatasource
  • TestAccComputeSnapshot_snapshotBasic2Example
  • TestAccComputeVpnTunnel_cipherSuite
  • TestAccComputeWireGroup_computeWireGroupBasicBetaExample
  • TestAccDataSourceComputeStoragePool_basic
  • TestAccDataSourceGoogleCloudIdentityPolicies
  • TestAccDatastreamConnectionProfile_datastreamStreamPostgresqlSslconfigServerAndClientVerificationExample
  • TestAccSecurityCenterV2ProjectNotificationConfig_locationEu
  • TestAccSecurityCenterV2ProjectNotificationConfig_locationUs
  • TestAccVertexAIFeatureOnlineStore_bigtable_full
  • TestAccVertexAIFeatureOnlineStore_bigtable_with_zone
  • TestAccVertexAIIndexEndpoint_psc_automation_config

🔴 Tests were added that are GA-only additions and require manual runs:

  • TestAccComputeCrossSiteNetwork_computeCrossSiteNetworkBasicExample
  • TestAccComputeCrossSiteNetwork_update
  • TestAccComputeInterconnectAttachment_computeInterconnectAttachmentCustomRangesExample
  • TestAccComputeOrganizationSecurityPolicyAssociation_organizationSecurityPolicyAssociationBasicExample
  • TestAccComputeWireGroup_computeWireGroupBasicExample
  • TestAccComputeWireGroup_update
  • TestAccNetworkSecurityDnsThreatDetector_update

Tests analytics

Total tests: 3957
Passed tests: 3204
Skipped tests: 593
Affected tests: 160

Click here to see the affected service packages

All service packages are affected

Action taken

Found 160 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccAccessContextManager__service_perimeter_dry_run_egress_policy
  • TestAccBackupDRBackupPlan_backupDrBackupPlanForDiskResourceExample
  • TestAccBackupDRBackupPlan_backupDrBackupPlanSimpleExample
  • TestAccBeyondcorpSecurityGatewayApplicationIamBindingGenerated
  • TestAccBeyondcorpSecurityGatewayApplicationIamBindingGenerated_withCondition
  • TestAccBeyondcorpSecurityGatewayApplicationIamMemberGenerated
  • TestAccBeyondcorpSecurityGatewayApplicationIamMemberGenerated_withCondition
  • TestAccBeyondcorpSecurityGatewayApplicationIamPolicyGenerated
  • TestAccBeyondcorpSecurityGatewayApplicationIamPolicyGenerated_withCondition
  • TestAccBeyondcorpSecurityGatewayApplication_beyondcorpSecurityGatewayApplicationBasicExample
  • TestAccBeyondcorpSecurityGatewayApplication_beyondcorpSecurityGatewayApplicationBasicExample_update
  • TestAccBeyondcorpSecurityGatewayApplication_beyondcorpSecurityGatewayApplicationSpaApiExample
  • TestAccBeyondcorpSecurityGatewayApplication_beyondcorpSecurityGatewayApplicationSpaProxyExample
  • TestAccBeyondcorpSecurityGatewayApplication_beyondcorpSecurityGatewayApplicationVpcExample
  • TestAccBeyondcorpSecurityGatewayIamBindingGenerated
  • TestAccBeyondcorpSecurityGatewayIamBindingGenerated_withCondition
  • TestAccBeyondcorpSecurityGatewayIamMemberGenerated
  • TestAccBeyondcorpSecurityGatewayIamMemberGenerated_withCondition
  • TestAccBeyondcorpSecurityGatewayIamPolicyGenerated
  • TestAccBeyondcorpSecurityGatewayIamPolicyGenerated_withCondition
  • TestAccBeyondcorpSecurityGateway_beyondcorpSecurityGatewayBasicExample
  • TestAccBeyondcorpSecurityGateway_beyondcorpSecurityGatewayBasicExample_update
  • TestAccBiglakeIcebergIcebergCatalogIamPolicyGenerated
  • TestAccBiglakeIcebergIcebergCatalog_biglakeIcebergCatalogExample
  • TestAccBigqueryAnalyticsHubDataExchangeSubscription_bigqueryAnalyticshubDataexchangeSubscriptionUpdate
  • TestAccCloudRunService_cloudRunServiceGpuExample
  • TestAccCloudRunV2Service_cloudrunv2ServiceZipDeployExample
  • TestAccColabRuntimeTemplate_colabRuntimeTemplateFullExample
  • TestAccContainerCluster_withAutopilot_withNodePoolAutoConfig
  • TestAccContainerCluster_withCgroupMode
  • TestAccContainerCluster_withNodeConfigLinuxNodeConfig
  • TestAccDataFusionInstance_dataFusionInstanceCmekExample
  • TestAccDataSourceGoogleBackupDRBackupPlan_basic
  • TestAccDataSourceGoogleBackupDRDataSourceReference_basic
  • TestAccDataSourceGoogleBackupDRDataSourceReferences_basic
  • TestAccDataSourceGoogleBackupDRManagementServer_basic
  • TestAccDataSourceGoogleBeyondcorpSecurityGateway_basic
  • TestAccDataSourceGoogleBeyondcorpSecurityGateway_full
  • TestAccDataSourceGoogleServiceAccountAccessToken_basic
  • TestAccDataformRepositoryIamPolicyGenerated
  • TestAccDataformRepositoryReleaseConfig_dataformRepositoryReleaseConfigExample
  • TestAccDataformRepositoryWorkflowConfig_dataformRepositoryWorkflowConfigExample
  • TestAccDataformRepository_dataformRepositoryWithCloudsourceRepoAndSshExample
  • TestAccDataplexDataQualityRules
  • TestAccDataplexDatascanIamPolicyGenerated
  • TestAccDataplexDatascan_dataplexDatascanBasicDiscoveryExample
  • TestAccDataplexDatascan_dataplexDatascanBasicProfileExample
  • TestAccDataplexDatascan_dataplexDatascanBasicQualityExample
  • TestAccDataplexDatascan_dataplexDatascanDocumentationExample
  • TestAccDataplexDatascan_dataplexDatascanFullDiscoveryExample
  • TestAccDataplexDatascan_dataplexDatascanFullProfileTestExample
  • TestAccDataplexDatascan_dataplexDatascanFullQualityTestExample
  • TestAccDataplexDatascan_dataplexDatascanOnetimeDocumentationExample
  • TestAccDataplexDatascan_dataplexDatascanOnetimeProfileExample
  • TestAccDataplexEntryLink_dataplexEntryLinkBasicExample
  • TestAccDataplexEntryLink_dataplexEntryLinkFullExample
  • TestAccDataplexEntryLink_update
  • TestAccDataplexEntry_dataplexEntryBasicExample
  • TestAccDataplexEntry_dataplexEntryBigqueryTableExample
  • TestAccDataplexEntry_dataplexEntryFullExample
  • TestAccDataplexEntry_dataplexEntryGlossaryTermExample
  • TestAccDataplexEntry_dataplexEntryUpdate
  • TestAccDialogflowConversationProfile_dialogflowConversationProfileBasicExample
  • TestAccDialogflowConversationProfile_regional
  • TestAccDialogflowConversationProfile_update
  • TestAccDialogflowVersion_dialogflowVersionFullExample
  • TestAccDiscoveryEngineDataStore_discoveryengineDatastoreKmsKeyNameExample
  • TestAccFirestoreDatabase_firestoreCmekDatabaseExample
  • TestAccFirestoreDatabase_firestoreCmekDatabaseInDatastoreModeExample
  • TestAccIAMBetaWorkloadIdentityPoolProvider_iamWorkloadIdentityPoolProviderOidcUploadKeyExample
  • TestAccIAMWorkforcePoolWorkforcePoolProviderScimTenant_iamWorkforcePoolProviderScimTenantBasicExample
  • TestAccIAMWorkforcePoolWorkforcePoolProviderScimTenant_update
  • TestAccIAMWorkforcePoolWorkforcePoolProviderScimToken_iamWorkforcePoolProviderScimTokenBasicExample
  • TestAccIAMWorkforcePoolWorkforcePoolProviderScimToken_update
  • TestAccManagedKafkaCluster_update
  • TestAccMemcacheInstanceDatasourceConfig
  • TestAccNetappBlockVolume_NetappVolumeBasicExample_update
  • TestAccNetappHostGroup_HostGroupCreateExample_Update
  • TestAccNetappHostGroup_netappHostGroupExample
  • TestAccNetworkConnectivityDestination_networkConnectivityDestinationBasicExample
  • TestAccNetworkServicesAuthzExtension_networkServicesAuthzExtensionBasicWithAuthGrpcExample
  • TestAccNetworkServicesLbRouteExtension_networkServicesLbRouteExtensionBasicExample
  • TestAccNetworkServicesLbRouteExtension_networkServicesLbRouteExtensionObservabilityExample
  • TestAccNetworkServicesMulticastGroupConsumerActivation_networkServicesMulticastGroupConsumerActivationBasicExample
  • TestAccNetworkServicesMulticastGroupProducerActivation_networkServicesMulticastGroupProducerActivationBasicExample
  • TestAccProjectIamMemberRemove_basic
  • TestAccProjectIamMemberRemove_memberInMultipleBindings
  • TestAccProjectIamMemberRemove_multipleMembersInBinding
  • TestAccPubsubSubscriptionBigQuery_serviceAccount
  • TestAccPubsubSubscriptionCloudStorage_serviceAccount
  • TestAccPubsubSubscription_pubsubSubscriptionTagsExample
  • TestAccRedisClusterDatasource
  • TestAccRedisClusterUserCreatedConnections_redisClusterUserAndAutoCreatedConnectionsExample
  • TestAccRedisClusterUserCreatedConnections_redisClusterUserCreatedConnectionsExample
  • TestAccRedisCluster_automatedBackupConfig
  • TestAccRedisCluster_createClusterWithZoneDistribution
  • TestAccRedisCluster_createUpdateClusterWithNodeType
  • TestAccRedisCluster_createUpdateDeletionProtection
  • TestAccRedisCluster_gcsSource
  • TestAccRedisCluster_managedBackupSource
  • TestAccRedisCluster_persistenceUpdate
  • TestAccRedisCluster_redisClusterAofExample
  • TestAccRedisCluster_redisClusterCmekExample
  • TestAccRedisCluster_redisClusterHaExample
  • TestAccRedisCluster_redisClusterHaSingleZoneExample
  • TestAccRedisCluster_redisClusterHaWithLabelsExample
  • TestAccRedisCluster_redisClusterMaintenanceVersion
  • TestAccRedisCluster_redisClusterRdbExample
  • TestAccRedisCluster_redisClusterSecondaryExample
  • TestAccRedisCluster_redisClusterTlsEnabled
  • TestAccRedisCluster_switchoverAndDetachSecondary
  • TestAccRedisCluster_updateClusterEndpoints
  • TestAccRedisCluster_updateRedisConfigs
  • TestAccRedisCluster_updateReplicaCount
  • TestAccRedisCluster_updateShardCount
  • TestAccResourceManager3Capability_resourceManagerCapabilityExample
  • TestAccSQLDatabaseInstance_sqlMysqlDataCacheConfig
  • TestAccSQLDatabaseInstance_sqlPostgresDataCacheConfig
  • TestAccSpannerInstance_basicWithAutoscalingUsingProcessingUnitConfigUpdate
  • TestAccSqlDatabaseInstance_DiskSizeAutoResizeWithDiskSize
  • TestAccSqlDatabaseInstance_DiskSizeAutoResizeWithoutDiskSize
  • TestAccSqlDatabaseInstance_Edition_Downgrade
  • TestAccSqlDatabaseInstance_EnableGoogleDataplexIntegration
  • TestAccSqlDatabaseInstance_EnableGoogleMlIntegration
  • TestAccSqlDatabaseInstance_FinalBackupConfig
  • TestAccSqlDatabaseInstance_MysqlReadPoolAutoScaleEnableDisableSuccess
  • TestAccSqlDatabaseInstance_MysqlReadPoolEnableDisableSuccess
  • TestAccSqlDatabaseInstance_MysqlSwitchoverSuccess
  • TestAccSqlDatabaseInstance_Mysql_Edition_Upgrade
  • TestAccSqlDatabaseInstance_PointInTimeRecoveryEnabled
  • TestAccSqlDatabaseInstance_PointInTimeRecoveryEnabledForSqlServer
  • TestAccSqlDatabaseInstance_PostgresReadPoolAutoScaleChangeNodeCount
  • TestAccSqlDatabaseInstance_PostgresReadPoolScaleOutSuccess
  • TestAccSqlDatabaseInstance_PostgresReadPoolScaleUpSuccess
  • TestAccSqlDatabaseInstance_PostgresSwitchoverSuccess
  • TestAccSqlDatabaseInstance_Postgres_Edition_Upgrade
  • TestAccSqlDatabaseInstance_RetainBackupOnDelete
  • TestAccSqlDatabaseInstance_Smt
  • TestAccSqlDatabaseInstance_SqlServerTimezoneUpdate
  • TestAccSqlDatabaseInstance_SwitchoverSuccess
  • TestAccSqlDatabaseInstance_authNets
  • TestAccSqlDatabaseInstance_basicMSSQL
  • TestAccSqlDatabaseInstance_basicMSSQL_passwordWo
  • TestAccSqlDatabaseInstance_basic_with_user_labels
  • TestAccSqlDatabaseInstance_deleteDefaultUserBeforeSubsequentApiCalls
  • TestAccSqlDatabaseInstance_hyperdisk
  • TestAccSqlDatabaseInstance_rootPasswordShouldBeUpdatable
  • TestAccSqlDatabaseInstance_settings_deletionProtection
  • TestAccSqlDatabaseInstance_settings_deletionProtectionEnabled
  • TestAccSqlDatabaseInstance_settings_upgrade
  • TestAccSqlDatabaseInstance_updateMCPEnabled
  • TestAccSqlDatabaseInstance_updateReadReplicaWithBinaryLogEnabled
  • TestAccSqlDatabaseInstance_updateSslOptionsForPostgreSQL
  • TestAccSqlDatabaseInstance_withPSCEnabled_thenAddAllowedConsumerProjects_thenRemoveAllowedConsumerProject
  • TestAccSqlDatabaseInstance_withPSCEnabled_thenAddPscAutoConnections_thenRemovePscAutoConnections
  • TestAccSqlDatabaseInstance_withPrivateNetwork_withAllocatedIpRange
  • TestAccSqlDatabaseInstance_withPrivateNetwork_withoutAllocatedIpRange
  • TestAccSqlDatabaseInstance_withPscEnabled_withNetworkAttachmentUri_thenRemoveNetworkAttachment
  • TestAccSqlDatabase_instanceWithActivationPolicy
  • TestAccVmwareengineExternalAddress_vmwareEngineExternalAddressUpdate

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🟢 Tests passed during RECORDING mode:
TestAccAccessContextManager__access_level [Debug log]
TestAccAccessContextManager__access_level_condition [Debug log]
TestAccAccessContextManager__access_level_custom [Debug log]
TestAccAccessContextManager__access_level_full [Debug log]
TestAccAccessContextManager__access_levels [Debug log]
TestAccAccessContextManager__access_policy [Debug log]
TestAccAccessContextManager__access_policy_scoped [Debug log]
TestAccAccessContextManager__authorized_orgs_desc [Debug log]
TestAccAccessContextManager__service_perimeter [Debug log]
TestAccAccessContextManager__service_perimeter_dry_run_egress_policy [Debug log]
TestAccAccessContextManager__service_perimeter_dry_run_ingress_policy [Debug log]
TestAccAccessContextManager__service_perimeter_update [Debug log]
TestAccAccessContextManager__service_perimeters [Debug log]
TestAccBackupDRBackupPlan_backupDrBackupPlanForDiskResourceExample [Debug log]
TestAccBackupDRBackupPlan_backupDrBackupPlanSimpleExample [Debug log]
TestAccBeyondcorpSecurityGatewayApplicationIamBindingGenerated [Debug log]
TestAccBeyondcorpSecurityGatewayApplicationIamBindingGenerated_withCondition [Debug log]
TestAccBeyondcorpSecurityGatewayApplicationIamMemberGenerated [Debug log]
TestAccBeyondcorpSecurityGatewayApplicationIamMemberGenerated_withCondition [Debug log]
TestAccBeyondcorpSecurityGatewayApplicationIamPolicyGenerated [Debug log]
TestAccBeyondcorpSecurityGatewayApplicationIamPolicyGenerated_withCondition [Debug log]
TestAccBeyondcorpSecurityGatewayApplication_beyondcorpSecurityGatewayApplicationBasicExample [Debug log]
TestAccBeyondcorpSecurityGatewayApplication_beyondcorpSecurityGatewayApplicationBasicExample_update [Debug log]
TestAccBeyondcorpSecurityGatewayApplication_beyondcorpSecurityGatewayApplicationSpaApiExample [Debug log]
TestAccBeyondcorpSecurityGatewayApplication_beyondcorpSecurityGatewayApplicationSpaProxyExample [Debug log]
TestAccBeyondcorpSecurityGatewayApplication_beyondcorpSecurityGatewayApplicationVpcExample [Debug log]
TestAccBeyondcorpSecurityGatewayIamBindingGenerated [Debug log]
TestAccBeyondcorpSecurityGatewayIamBindingGenerated_withCondition [Debug log]
TestAccBeyondcorpSecurityGatewayIamMemberGenerated [Debug log]
TestAccBeyondcorpSecurityGatewayIamMemberGenerated_withCondition [Debug log]
TestAccBeyondcorpSecurityGatewayIamPolicyGenerated [Debug log]
TestAccBeyondcorpSecurityGatewayIamPolicyGenerated_withCondition [Debug log]
TestAccBeyondcorpSecurityGateway_beyondcorpSecurityGatewayBasicExample [Debug log]
TestAccBeyondcorpSecurityGateway_beyondcorpSecurityGatewayBasicExample_update [Debug log]
TestAccBiglakeIcebergIcebergCatalogIamPolicyGenerated [Debug log]
TestAccBiglakeIcebergIcebergCatalog_biglakeIcebergCatalogExample [Debug log]
TestAccCloudRunV2Service_cloudrunv2ServiceZipDeployExample [Debug log]
TestAccColabRuntimeTemplate_colabRuntimeTemplateFullExample [Debug log]
TestAccContainerCluster_withAutopilot_withNodePoolAutoConfig [Debug log]
TestAccContainerCluster_withCgroupMode [Debug log]
TestAccContainerCluster_withNodeConfigLinuxNodeConfig [Debug log]
TestAccDataFusionInstance_dataFusionInstanceCmekExample [Debug log]
TestAccDataSourceGoogleBackupDRBackupPlan_basic [Debug log]
TestAccDataSourceGoogleBackupDRDataSourceReference_basic [Debug log]
TestAccDataSourceGoogleBackupDRDataSourceReferences_basic [Debug log]
TestAccDataSourceGoogleBeyondcorpSecurityGateway_basic [Debug log]
TestAccDataSourceGoogleBeyondcorpSecurityGateway_full [Debug log]
TestAccDataformRepositoryIamPolicyGenerated [Debug log]
TestAccDataplexDataQualityRules [Debug log]
TestAccDataplexDatascanIamPolicyGenerated [Debug log]
TestAccDataplexDatascan_dataplexDatascanBasicDiscoveryExample [Debug log]
TestAccDataplexDatascan_dataplexDatascanBasicProfileExample [Debug log]
TestAccDataplexDatascan_dataplexDatascanBasicQualityExample [Debug log]
TestAccDataplexDatascan_dataplexDatascanDocumentationExample [Debug log]
TestAccDataplexDatascan_dataplexDatascanFullDiscoveryExample [Debug log]
TestAccDataplexDatascan_dataplexDatascanFullProfileTestExample [Debug log]
TestAccDataplexDatascan_dataplexDatascanFullQualityTestExample [Debug log]
TestAccDataplexDatascan_dataplexDatascanOnetimeDocumentationExample [Debug log]
TestAccDataplexDatascan_dataplexDatascanOnetimeProfileExample [Debug log]
TestAccDataplexEntryLink_dataplexEntryLinkBasicExample [Debug log]
TestAccDataplexEntryLink_dataplexEntryLinkFullExample [Debug log]
TestAccDataplexEntryLink_update [Debug log]
TestAccDataplexEntry_dataplexEntryBasicExample [Debug log]
TestAccDataplexEntry_dataplexEntryBigqueryTableExample [Debug log]
TestAccDataplexEntry_dataplexEntryFullExample [Debug log]
TestAccDataplexEntry_dataplexEntryGlossaryTermExample [Debug log]
TestAccDataplexEntry_dataplexEntryUpdate [Debug log]
TestAccDialogflowConversationProfile_dialogflowConversationProfileBasicExample [Debug log]
TestAccDialogflowConversationProfile_regional [Debug log]
TestAccDialogflowConversationProfile_update [Debug log]
TestAccDialogflowVersion_dialogflowVersionFullExample [Debug log]
TestAccFirestoreDatabase_firestoreCmekDatabaseExample [Debug log]
TestAccFirestoreDatabase_firestoreCmekDatabaseInDatastoreModeExample [Debug log]
TestAccIAMWorkforcePoolWorkforcePoolProviderScimTenant_iamWorkforcePoolProviderScimTenantBasicExample [Debug log]
TestAccIAMWorkforcePoolWorkforcePoolProviderScimTenant_update [Debug log]
TestAccIAMWorkforcePoolWorkforcePoolProviderScimToken_iamWorkforcePoolProviderScimTokenBasicExample [Debug log]
TestAccIAMWorkforcePoolWorkforcePoolProviderScimToken_update [Debug log]
TestAccManagedKafkaCluster_update [Debug log]
TestAccNetappBlockVolume_NetappVolumeBasicExample_update [Debug log]
TestAccNetappHostGroup_HostGroupCreateExample_Update [Debug log]
TestAccNetappHostGroup_netappHostGroupExample [Debug log]
TestAccNetworkConnectivityDestination_networkConnectivityDestinationBasicExample [Debug log]
TestAccNetworkServicesAuthzExtension_networkServicesAuthzExtensionBasicWithAuthGrpcExample [Debug log]
TestAccNetworkServicesLbRouteExtension_networkServicesLbRouteExtensionBasicExample [Debug log]
TestAccNetworkServicesLbRouteExtension_networkServicesLbRouteExtensionObservabilityExample [Debug log]
TestAccNetworkServicesMulticastGroupConsumerActivation_networkServicesMulticastGroupConsumerActivationBasicExample [Debug log]
TestAccNetworkServicesMulticastGroupProducerActivation_networkServicesMulticastGroupProducerActivationBasicExample [Debug log]
TestAccPubsubSubscriptionBigQuery_serviceAccount [Debug log]
TestAccPubsubSubscriptionCloudStorage_serviceAccount [Debug log]
TestAccRedisClusterDatasource [Debug log]
TestAccRedisClusterUserCreatedConnections_redisClusterUserAndAutoCreatedConnectionsExample [Debug log]
TestAccRedisClusterUserCreatedConnections_redisClusterUserCreatedConnectionsExample [Debug log]
TestAccRedisCluster_automatedBackupConfig [Debug log]
TestAccRedisCluster_createClusterWithZoneDistribution [Debug log]
TestAccRedisCluster_createUpdateClusterWithNodeType [Debug log]
TestAccRedisCluster_createUpdateDeletionProtection [Debug log]
TestAccRedisCluster_gcsSource [Debug log]
TestAccRedisCluster_managedBackupSource [Debug log]
TestAccRedisCluster_persistenceUpdate [Debug log]
TestAccRedisCluster_redisClusterAofExample [Debug log]
TestAccRedisCluster_redisClusterCmekExample [Debug log]
TestAccRedisCluster_redisClusterHaExample [Debug log]
TestAccRedisCluster_redisClusterHaSingleZoneExample [Debug log]
TestAccRedisCluster_redisClusterHaWithLabelsExample [Debug log]
TestAccRedisCluster_redisClusterMaintenanceVersion [Debug log]
TestAccRedisCluster_redisClusterRdbExample [Debug log]
TestAccRedisCluster_redisClusterSecondaryExample [Debug log]
TestAccRedisCluster_redisClusterTlsEnabled [Debug log]
TestAccRedisCluster_switchoverAndDetachSecondary [Debug log]
TestAccRedisCluster_updateClusterEndpoints [Debug log]
TestAccRedisCluster_updateRedisConfigs [Debug log]
TestAccRedisCluster_updateReplicaCount [Debug log]
TestAccRedisCluster_updateShardCount [Debug log]
TestAccSQLDatabaseInstance_sqlMysqlDataCacheConfig [Debug log]
TestAccSQLDatabaseInstance_sqlPostgresDataCacheConfig [Debug log]
TestAccSpannerInstance_basicWithAutoscalingUsingProcessingUnitConfigUpdate [Debug log]
TestAccSqlDatabaseInstance_DiskSizeAutoResizeWithDiskSize [Debug log]
TestAccSqlDatabaseInstance_DiskSizeAutoResizeWithoutDiskSize [Debug log]
TestAccSqlDatabaseInstance_Edition_Downgrade [Debug log]
TestAccSqlDatabaseInstance_EnableGoogleMlIntegration [Debug log]
TestAccSqlDatabaseInstance_FinalBackupConfig [Debug log]
TestAccSqlDatabaseInstance_MysqlReadPoolAutoScaleEnableDisableSuccess [Debug log]
TestAccSqlDatabaseInstance_MysqlReadPoolEnableDisableSuccess [Debug log]
TestAccSqlDatabaseInstance_Mysql_Edition_Upgrade [Debug log]
TestAccSqlDatabaseInstance_PointInTimeRecoveryEnabled [Debug log]
TestAccSqlDatabaseInstance_PointInTimeRecoveryEnabledForSqlServer [Debug log]
TestAccSqlDatabaseInstance_PostgresReadPoolAutoScaleChangeNodeCount [Debug log]
TestAccSqlDatabaseInstance_PostgresReadPoolScaleOutSuccess [Debug log]
TestAccSqlDatabaseInstance_PostgresReadPoolScaleUpSuccess [Debug log]
TestAccSqlDatabaseInstance_Postgres_Edition_Upgrade [Debug log]
TestAccSqlDatabaseInstance_RetainBackupOnDelete [Debug log]
TestAccSqlDatabaseInstance_Smt [Debug log]
TestAccSqlDatabaseInstance_SqlServerTimezoneUpdate [Debug log]
TestAccSqlDatabaseInstance_SwitchoverSuccess [Debug log]
TestAccSqlDatabaseInstance_authNets [Debug log]
TestAccSqlDatabaseInstance_basicMSSQL [Debug log]
TestAccSqlDatabaseInstance_basicMSSQL_passwordWo [Debug log]
TestAccSqlDatabaseInstance_basic_with_user_labels [Debug log]
TestAccSqlDatabaseInstance_deleteDefaultUserBeforeSubsequentApiCalls [Debug log]
TestAccSqlDatabaseInstance_hyperdisk [Debug log]
TestAccSqlDatabaseInstance_rootPasswordShouldBeUpdatable [Debug log]
TestAccSqlDatabaseInstance_settings_deletionProtection [Debug log]
TestAccSqlDatabaseInstance_settings_deletionProtectionEnabled [Debug log]
TestAccSqlDatabaseInstance_settings_upgrade [Debug log]
TestAccSqlDatabaseInstance_updateMCPEnabled [Debug log]
TestAccSqlDatabaseInstance_updateReadReplicaWithBinaryLogEnabled [Debug log]
TestAccSqlDatabaseInstance_updateSslOptionsForPostgreSQL [Debug log]
TestAccSqlDatabaseInstance_withPSCEnabled_thenAddAllowedConsumerProjects_thenRemoveAllowedConsumerProject [Debug log]
TestAccSqlDatabaseInstance_withPSCEnabled_thenAddPscAutoConnections_thenRemovePscAutoConnections [Debug log]
TestAccSqlDatabaseInstance_withPrivateNetwork_withAllocatedIpRange [Debug log]
TestAccSqlDatabaseInstance_withPrivateNetwork_withoutAllocatedIpRange [Debug log]
TestAccSqlDatabaseInstance_withPscEnabled_withNetworkAttachmentUri_thenRemoveNetworkAttachment [Debug log]
TestAccSqlDatabase_instanceWithActivationPolicy [Debug log]

🔴 Tests failed when rerunning REPLAYING mode:
TestAccAccessContextManager__service_perimeter_dry_run_egress_policy [Error message] [Debug log]
TestAccAccessContextManager__service_perimeter_dry_run_ingress_policy [Error message] [Debug log]
TestAccDataFusionInstance_dataFusionInstanceCmekExample [Error message] [Debug log]
TestAccSqlDatabaseInstance_settings_deletionProtection [Error message] [Debug log]
TestAccSqlDatabaseInstance_settings_deletionProtectionEnabled [Error message] [Debug log]

Tests failed due to non-determinism or randomness when the VCR replayed the response after the HTTP request was made.

Please fix these to complete your PR. If you believe these test failures to be incorrect or unrelated to your change, or if you have any questions, please raise the concern with your reviewer.


🔴 Tests failed during RECORDING mode:
TestAccBigqueryAnalyticsHubDataExchangeSubscription_bigqueryAnalyticshubDataexchangeSubscriptionUpdate [Error message] [Debug log]
TestAccCloudRunService_cloudRunServiceGpuExample [Error message] [Debug log]
TestAccDataSourceGoogleBackupDRManagementServer_basic [Error message] [Debug log]
TestAccDataSourceGoogleServiceAccountAccessToken_basic [Error message] [Debug log]
TestAccDataformRepositoryReleaseConfig_dataformRepositoryReleaseConfigExample [Error message] [Debug log]
TestAccDataformRepositoryWorkflowConfig_dataformRepositoryWorkflowConfigExample [Error message] [Debug log]
TestAccDataformRepository_dataformRepositoryWithCloudsourceRepoAndSshExample [Error message] [Debug log]
TestAccDiscoveryEngineDataStore_discoveryengineDatastoreKmsKeyNameExample [Error message] [Debug log]
TestAccIAMBetaWorkloadIdentityPoolProvider_iamWorkloadIdentityPoolProviderOidcUploadKeyExample [Error message] [Debug log]
TestAccMemcacheInstanceDatasourceConfig [Error message] [Debug log]
TestAccPubsubSubscription_pubsubSubscriptionTagsExample [Error message] [Debug log]
TestAccResourceManager3Capability_resourceManagerCapabilityExample [Error message] [Debug log]
TestAccSqlDatabaseInstance_EnableGoogleDataplexIntegration [Error message] [Debug log]
TestAccSqlDatabaseInstance_MysqlSwitchoverSuccess [Error message] [Debug log]
TestAccSqlDatabaseInstance_PostgresSwitchoverSuccess [Error message] [Debug log]

🔴 Several tests terminated during RECORDING mode.

🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR.

View the build log or the debug log for each test

@BBBmau BBBmau requested review from c2thorn and shuyama1 January 8, 2026 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.