Skip to content

Conversation

thoufic67
Copy link

@thoufic67 thoufic67 commented Oct 13, 2025

Adding support for CloudSecurityCompliance Framework resource in Terraform provider

`google_cloud_security_compliance_framework_deployment`

…efinitions for Cloud Security Compliance

- Introduced CloudControl.yaml with detailed properties and async operations.
- Added Framework.yaml to define framework structure and properties.
- Created FrameworkDeployment.yaml to manage deployment configurations and references.
- Established product.yaml for Cloud Security Compliance with versioning and scopes.
…se VCR testing and improve configuration handling
…ew organization ID and enhanced configurations
…rehensive tests for cloud control functionality
@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 ( 23 files changed, 6670 insertions(+), 2 deletions(-))
google-beta provider: Diff ( 23 files changed, 6670 insertions(+), 2 deletions(-))
terraform-google-conversion: Diff ( 5 files changed, 1509 insertions(+))

Missing test report

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

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

resource "google_cloud_security_compliance_cloud_control" "primary" {
  parameter_spec {
    default_value {
      bool_value   = # value needed
      number_value = # value needed
      string_list_value {
        values = # value needed
      }
    }
    substitution_rules {
      attribute_substitution_rule {
        attribute = # value needed
      }
      placeholder_substitution_rule {
        attribute = # value needed
      }
    }
    validation {
      allowed_values {
        values {
          bool_value   = # value needed
          number_value = # value needed
          string_list_value {
            values = # value needed
          }
          string_value = # value needed
        }
      }
      int_range {
        max = # value needed
        min = # value needed
      }
    }
  }
}

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

resource "google_cloud_security_compliance_framework" "primary" {
  cloud_control_details {
    parameters {
      parameter_value {
        number_value = # value needed
        string_list_value {
          values = # value needed
        }
      }
    }
  }
}

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

resource "google_cloud_security_compliance_framework_deployment" "primary" {
  cloud_control_metadata {
    cloud_control_details {
      parameters {
        parameter_value {
          number_value = # value needed
          string_list_value {
            values = # value needed
          }
        }
      }
    }
  }
  deployment_state = # value needed
  etag             = # value needed
  target_resource_config {
    target_resource_creation_config {
      project_creation_config {
        billing_account_id   = # value needed
        parent               = # value needed
        project_display_name = # value needed
      }
    }
  }
}

Missing service labels

The following new resources do not have corresponding service labels:

  • google_cloud_security_compliance_cloud_control
  • google_cloud_security_compliance_framework
  • google_cloud_security_compliance_framework_deployment

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_cloud_security_compliance_cloud_control, google_cloud_security_compliance_framework, google_cloud_security_compliance_framework_deployment. 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.

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 5663
Passed tests: 4832
Skipped tests: 620
Affected tests: 211

Click here to see the affected service packages

All service packages are affected

Action taken

Found 211 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccCloudRunV2Service_cloudrunv2ServiceMeshUpdate
  • TestAccCloudSecurityComplianceCloudControl_basic
  • TestAccCloudSecurityComplianceCloudControl_cloudsecuritycomplianceCloudcontrolBasicExample
  • TestAccCloudSecurityComplianceCloudControl_cloudsecuritycomplianceCloudcontrolUpdateExample
  • TestAccCloudSecurityComplianceCloudControl_update
  • TestAccCloudSecurityComplianceFrameworkDeployment_basic
  • TestAccCloudSecurityComplianceFrameworkDeployment_cloudsecuritycomplianceFrameworkDeploymentBasicExample
  • TestAccCloudSecurityComplianceFrameworkDeployment_cloudsecuritycomplianceFrameworkDeploymentFullExample
  • TestAccCloudSecurityComplianceFrameworkDeployment_full
  • TestAccCloudSecurityComplianceFramework_basic
  • TestAccCloudSecurityComplianceFramework_cloudsecuritycomplianceFrameworkBasicExample
  • TestAccCloudSecurityComplianceFramework_cloudsecuritycomplianceFrameworkUpdateExample
  • TestAccCloudSecurityComplianceFramework_update
  • TestAccContainerClusterDatasource_zonal
  • TestAccContainerCluster_RbacBindingConfig
  • TestAccContainerCluster_WithCPAFeatures
  • TestAccContainerCluster_WithCPAFeaturesUpdate
  • TestAccContainerCluster_additional_ip_ranges_config_on_update
  • TestAccContainerCluster_auto_ipam_config_enabled
  • TestAccContainerCluster_autoprovisioningDefaultsManagement
  • TestAccContainerCluster_autoprovisioningDefaultsUpgradeSettings
  • TestAccContainerCluster_autoprovisioningLocations
  • TestAccContainerCluster_backend
  • TestAccContainerCluster_basic_noCpaUpgrade
  • TestAccContainerCluster_cloudDns_nil_scope
  • TestAccContainerCluster_customPlacementPolicy
  • TestAccContainerCluster_deleteExclusionWindow
  • TestAccContainerCluster_deleteMaintenanceExclusionOptions
  • TestAccContainerCluster_disableControlPlaneIP
  • TestAccContainerCluster_disableL4LbFirewallReconciliation
  • TestAccContainerCluster_enableCiliumPolicies
  • TestAccContainerCluster_inTransitEncryptionConfig
  • TestAccContainerCluster_network
  • TestAccContainerCluster_networkPerformanceConfig
  • TestAccContainerCluster_nodeAutoprovisioning
  • TestAccContainerCluster_nodeAutoprovisioningDefaults
  • TestAccContainerCluster_nodeAutoprovisioningDefaultsDiskSizeGb
  • TestAccContainerCluster_nodeAutoprovisioningDefaultsDiskType
  • TestAccContainerCluster_nodeAutoprovisioningDefaultsImageType
  • TestAccContainerCluster_nodeAutoprovisioningDefaultsShieldedInstance
  • TestAccContainerCluster_privateRegistry
  • TestAccContainerCluster_regional
  • TestAccContainerCluster_regionalWithNodeLocations
  • TestAccContainerCluster_regionalWithNodePool
  • TestAccContainerCluster_resourceManagerTags
  • TestAccContainerCluster_stackType_withDualStack
  • TestAccContainerCluster_stackType_withSingleStack
  • TestAccContainerCluster_storagePoolsWithNodeConfig
  • TestAccContainerCluster_storagePoolsWithNodePool
  • TestAccContainerCluster_updateMaintenanceExclusionOptions
  • TestAccContainerCluster_updateVersion
  • TestAccContainerCluster_withAcceleratedGkeAutoUpgradeConfig
  • TestAccContainerCluster_withAdvancedDatapath
  • TestAccContainerCluster_withAdvancedMachineFeaturesInNodePool
  • TestAccContainerCluster_withAdvancedMachineFeaturesPMU_Architectural
  • TestAccContainerCluster_withAdvancedMachineFeaturesPMU_Standard
  • TestAccContainerCluster_withAnonymousAuthenticationConfig
  • TestAccContainerCluster_withAuthenticatorGroupsConfig
  • TestAccContainerCluster_withAuthorizedNetworkPrivateEnforcementToggle
  • TestAccContainerCluster_withBinaryAuthorizationEnabledBool
  • TestAccContainerCluster_withBinaryAuthorizationEvaluationModeClassic
  • TestAccContainerCluster_withBootDiskKmsKey
  • TestAccContainerCluster_withConfidentialBootDisk
  • TestAccContainerCluster_withConfidentialBootDiskNodeConfig
  • TestAccContainerCluster_withConfidentialNodes
  • TestAccContainerCluster_withCostManagementConfig
  • TestAccContainerCluster_withCpuCfsQuotaPool
  • TestAccContainerCluster_withDNSConfig
  • TestAccContainerCluster_withDatabaseEncryption
  • TestAccContainerCluster_withDefaultComputeClassEnabled
  • TestAccContainerCluster_withDeletionProtection
  • TestAccContainerCluster_withDnsEndpoint
  • TestAccContainerCluster_withEnableKubernetesAlpha
  • TestAccContainerCluster_withEnablePrivateEndpointToggle
  • TestAccContainerCluster_withEnterpriseConfig
  • TestAccContainerCluster_withExternalIpsConfig
  • TestAccContainerCluster_withFilteredNotificationConfig
  • TestAccContainerCluster_withFleetConfig
  • TestAccContainerCluster_withFlexStart
  • TestAccContainerCluster_withFlexiblePodCIDR
  • TestAccContainerCluster_withGatewayApiConfig
  • TestAccContainerCluster_withGcpPublicCidrsAccessEnabledToggle
  • TestAccContainerCluster_withILBSubsetting
  • TestAccContainerCluster_withIPAllocationPolicy_existingSecondaryRanges
  • TestAccContainerCluster_withIPAllocationPolicy_specificSizes
  • TestAccContainerCluster_withInsecureKubeletReadonlyPortEnabledDefaultsUpdates
  • TestAccContainerCluster_withKubeletConfig
  • TestAccContainerCluster_withKubeletResourceManagerConfig
  • TestAccContainerCluster_withLocalSsdEncryptionMode
  • TestAccContainerCluster_withLoggingVariantInNodeConfig
  • TestAccContainerCluster_withLoggingVariantInNodePool
  • TestAccContainerCluster_withLoggingVariantUpdates
  • TestAccContainerCluster_withMaintenanceExclusionOptions
  • TestAccContainerCluster_withMaintenanceExclusionWindow
  • TestAccContainerCluster_withMaintenanceWindow
  • TestAccContainerCluster_withMasterAuthorizedNetworksConfig
  • TestAccContainerCluster_withMasterAuthorizedNetworksDisabled
  • TestAccContainerCluster_withMaxRunDuration
  • TestAccContainerCluster_withMonitoringConfig
  • TestAccContainerCluster_withMonitoringConfigAdvancedDatapathObservabilityConfig
  • TestAccContainerCluster_withNodeConfigFastSocket
  • TestAccContainerCluster_withNodeConfigKubeletConfigSettingsInNodePool
  • TestAccContainerCluster_withNodeConfigKubeletConfigSettingsUpdates
  • TestAccContainerCluster_withNodePoolAutoscaling
  • TestAccContainerCluster_withNodePoolBasic
  • TestAccContainerCluster_withNodePoolCIA
  • TestAccContainerCluster_withNodePoolDefaults
  • TestAccContainerCluster_withNodePoolMultiple
  • TestAccContainerCluster_withNodePoolNodeConfig
  • TestAccContainerCluster_withNodePoolResize
  • TestAccContainerCluster_withNodePoolUpdateVersion
  • TestAccContainerCluster_withNotificationConfig
  • TestAccContainerCluster_withPodAutoscaling
  • TestAccContainerCluster_withPrivateClusterConfigBasic
  • TestAccContainerCluster_withPrivateClusterConfigPrivateEndpointSubnetwork
  • TestAccContainerCluster_withProtectConfig
  • TestAccContainerCluster_withRecurringMaintenanceWindow
  • TestAccContainerCluster_withReleaseChannelEnabled
  • TestAccContainerCluster_withReleaseChannelEnabledDefaultVersion
  • TestAccContainerCluster_withSandboxConfig
  • TestAccContainerCluster_withSecretManagerConfig
  • TestAccContainerCluster_withSecurityPostureConfig
  • TestAccContainerCluster_withShieldedNodes
  • TestAccContainerCluster_withSoleTenantGroup
  • TestAccContainerCluster_withTPUConfig
  • TestAccContainerCluster_withTelemetryEnabled
  • TestAccContainerCluster_withTpu
  • TestAccContainerCluster_withVersion
  • TestAccContainerCluster_withWorkloadALTSConfig
  • TestAccContainerCluster_withoutConfidentialBootDisk
  • TestAccContainerNodePool_EmptyGuestAccelerator
  • TestAccContainerNodePool_autoscaling
  • TestAccContainerNodePool_basic
  • TestAccContainerNodePool_basicWithClusterId
  • TestAccContainerNodePool_compactPlacement
  • TestAccContainerNodePool_concurrent
  • TestAccContainerNodePool_customPlacementPolicy
  • TestAccContainerNodePool_defaultDriverInstallation
  • TestAccContainerNodePool_enableQueuedProvisioning
  • TestAccContainerNodePool_ephemeralStorageConfig
  • TestAccContainerNodePool_ephemeralStorageLocalSsdConfig
  • TestAccContainerNodePool_ephemeralStorageLocalSsdConfigOnlyDataCacheCount
  • TestAccContainerNodePool_ephemeralStorageLocalSsdConfigWithDataCacheCount
  • TestAccContainerNodePool_fastSocket
  • TestAccContainerNodePool_gcfsConfig
  • TestAccContainerNodePool_gvnic
  • TestAccContainerNodePool_localNvmeSsdBlockConfig
  • TestAccContainerNodePool_maxPodsPerNode
  • TestAccContainerNodePool_nestedVirtualization
  • TestAccContainerNodePool_nodeLocations
  • TestAccContainerNodePool_performanceMonitoringUnit
  • TestAccContainerNodePool_privateRegistry
  • TestAccContainerNodePool_regionalAutoscaling
  • TestAccContainerNodePool_regionalClusters
  • TestAccContainerNodePool_resize
  • TestAccContainerNodePool_resourceManagerTags
  • TestAccContainerNodePool_secondaryBootDisks
  • TestAccContainerNodePool_shieldedInstanceConfig
  • TestAccContainerNodePool_storagePools
  • TestAccContainerNodePool_threadsPerCore
  • TestAccContainerNodePool_totalSize
  • TestAccContainerNodePool_version
  • TestAccContainerNodePool_withCgroupMode
  • TestAccContainerNodePool_withClusterBootDisk
  • TestAccContainerNodePool_withConfidentialBootDisk
  • TestAccContainerNodePool_withConfidentialNodes
  • TestAccContainerNodePool_withEnablePrivateNodesToggle
  • TestAccContainerNodePool_withFlexStart
  • TestAccContainerNodePool_withGPU
  • TestAccContainerNodePool_withHostMaintenancePolicy
  • TestAccContainerNodePool_withHugepageConfig
  • TestAccContainerNodePool_withKubeletConfig
  • TestAccContainerNodePool_withLegacyNodeConfigAndBootDiskUpdate
  • TestAccContainerNodePool_withLinuxNodeConfig
  • TestAccContainerNodePool_withLocalSsdEncryptionMode
  • TestAccContainerNodePool_withLoggingVariantUpdates
  • TestAccContainerNodePool_withMachineAndDiskUpdate
  • TestAccContainerNodePool_withMachineDiskStoragePoolsUpdate
  • TestAccContainerNodePool_withManagement
  • TestAccContainerNodePool_withMaxRunDuration
  • TestAccContainerNodePool_withMultiNicNetworkConfig
  • TestAccContainerNodePool_withNodeConfig
  • TestAccContainerNodePool_withNodeConfigScopeAlias
  • TestAccContainerNodePool_withNodeConfigWithBootDiskConfig
  • TestAccContainerNodePool_withNodeConfigWithBootDiskConfigChangeType
  • TestAccContainerNodePool_withNodeConfigWithBootDiskConfigChangeTypeLegacy
  • TestAccContainerNodePool_withReservationAffinity
  • TestAccContainerNodePool_withSandboxConfig
  • TestAccContainerNodePool_withSoleTenantConfig
  • TestAccContainerNodePool_withTaintsUpdate
  • TestAccContainerNodePool_withUpgradeSettings
  • TestAccContainerNodePool_withWindowsNodeConfig
  • TestAccContainerNodePool_withWorkloadIdentityConfig
  • TestAccContainerNodePool_withoutConfidentialBootDisk
  • TestAccDNSManagedZone_dnsManagedZonePrivateGkeExample
  • TestAccDNSManagedZone_privateUpdate
  • TestAccDNSResponsePolicy_update
  • TestAccDataFusionInstance_dataFusionInstanceCmekExample
  • TestAccDataSourceGoogleServiceAccounts_basic
  • TestAccDiscoveryEngineCmekConfig_discoveryengineCmekconfigDefaultExample
  • TestAccDiscoveryEngineCmekConfig_discoveryengineCmekconfigDefaultExample_update
  • TestAccGKEBackupBackupPlanIamPolicyGenerated
  • TestAccGKEBackupBackupPlan_update
  • TestAccGKEBackupRestorePlanIamBindingGenerated
  • TestAccGKEBackupRestorePlan_update
  • TestAccGKEHub2MembershipBinding_gkehubMembershipBindingBasicExample
  • TestAccGKEHubMembershipIamBindingGenerated
  • TestAccGKEHubMembershipIamPolicyGenerated
  • TestAccHealthcarePipelineJob_healthcarePipelineJobBackfillExample
  • TestAccNetworkServicesGateway_swpUpdate
  • TestAccSqlDatabaseInstance_MysqlReadPoolEnableDisableSuccess

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🟢 Tests passed during RECORDING mode:
TestAccContainerCluster_additional_ip_ranges_config_on_update [Debug log]
TestAccContainerCluster_auto_ipam_config_enabled [Debug log]
TestAccContainerCluster_networkPerformanceConfig [Debug log]
TestAccContainerCluster_stackType_withSingleStack [Debug log]
TestAccContainerCluster_withPrivateClusterConfigBasic [Debug log]
TestAccContainerCluster_withPrivateClusterConfigPrivateEndpointSubnetwork [Debug log]
TestAccContainerCluster_withWorkloadALTSConfig [Debug log]
TestAccContainerNodePool_customPlacementPolicy [Debug log]
TestAccContainerNodePool_maxPodsPerNode [Debug log]
TestAccContainerNodePool_nodeLocations [Debug log]
TestAccContainerNodePool_version [Debug log]
TestAccContainerNodePool_withEnablePrivateNodesToggle [Debug log]
TestAccContainerNodePool_withMultiNicNetworkConfig [Debug log]
TestAccContainerNodePool_withWindowsNodeConfig [Debug log]
TestAccContainerNodePool_withoutConfidentialBootDisk [Debug log]
TestAccDNSManagedZone_dnsManagedZonePrivateGkeExample [Debug log]
TestAccDNSManagedZone_privateUpdate [Debug log]
TestAccDNSResponsePolicy_update [Debug log]

🔴 Tests failed when rerunning REPLAYING mode:
TestAccDNSResponsePolicy_update [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:
TestAccCloudRunV2Service_cloudrunv2ServiceMeshUpdate [Error message] [Debug log]
TestAccCloudSecurityComplianceCloudControl_basic [Error message] [Debug log]
TestAccCloudSecurityComplianceCloudControl_cloudsecuritycomplianceCloudcontrolBasicExample [Error message] [Debug log]
TestAccCloudSecurityComplianceCloudControl_cloudsecuritycomplianceCloudcontrolUpdateExample [Error message] [Debug log]
TestAccCloudSecurityComplianceCloudControl_update [Error message] [Debug log]
TestAccCloudSecurityComplianceFrameworkDeployment_basic [Error message] [Debug log]
TestAccCloudSecurityComplianceFrameworkDeployment_cloudsecuritycomplianceFrameworkDeploymentBasicExample [Error message] [Debug log]
TestAccCloudSecurityComplianceFrameworkDeployment_cloudsecuritycomplianceFrameworkDeploymentFullExample [Error message] [Debug log]
TestAccCloudSecurityComplianceFrameworkDeployment_full [Error message] [Debug log]
TestAccCloudSecurityComplianceFramework_basic [Error message] [Debug log]
TestAccCloudSecurityComplianceFramework_cloudsecuritycomplianceFrameworkBasicExample [Error message] [Debug log]
TestAccCloudSecurityComplianceFramework_cloudsecuritycomplianceFrameworkUpdateExample [Error message] [Debug log]
TestAccCloudSecurityComplianceFramework_update [Error message] [Debug log]
TestAccContainerClusterDatasource_zonal [Error message] [Debug log]
TestAccContainerCluster_RbacBindingConfig [Error message] [Debug log]
TestAccContainerCluster_WithCPAFeatures [Error message] [Debug log]
TestAccContainerCluster_WithCPAFeaturesUpdate [Error message] [Debug log]
TestAccContainerCluster_autoprovisioningDefaultsManagement [Error message] [Debug log]
TestAccContainerCluster_autoprovisioningDefaultsUpgradeSettings [Error message] [Debug log]
TestAccContainerCluster_autoprovisioningLocations [Error message] [Debug log]
TestAccContainerCluster_backend [Error message] [Debug log]
TestAccContainerCluster_basic_noCpaUpgrade [Error message] [Debug log]
TestAccContainerCluster_cloudDns_nil_scope [Error message] [Debug log]
TestAccContainerCluster_customPlacementPolicy [Error message] [Debug log]
TestAccContainerCluster_deleteExclusionWindow [Error message] [Debug log]
TestAccContainerCluster_deleteMaintenanceExclusionOptions [Error message] [Debug log]
TestAccContainerCluster_disableControlPlaneIP [Error message] [Debug log]
TestAccContainerCluster_disableL4LbFirewallReconciliation [Error message] [Debug log]
TestAccContainerCluster_enableCiliumPolicies [Error message] [Debug log]
TestAccContainerCluster_inTransitEncryptionConfig [Error message] [Debug log]
TestAccContainerCluster_network [Error message] [Debug log]
TestAccContainerCluster_nodeAutoprovisioning [Error message] [Debug log]
TestAccContainerCluster_nodeAutoprovisioningDefaults [Error message] [Debug log]
TestAccContainerCluster_nodeAutoprovisioningDefaultsDiskSizeGb [Error message] [Debug log]
TestAccContainerCluster_nodeAutoprovisioningDefaultsDiskType [Error message] [Debug log]
TestAccContainerCluster_nodeAutoprovisioningDefaultsImageType [Error message] [Debug log]
TestAccContainerCluster_nodeAutoprovisioningDefaultsShieldedInstance [Error message] [Debug log]
TestAccContainerCluster_privateRegistry [Error message] [Debug log]
TestAccContainerCluster_regional [Error message] [Debug log]
TestAccContainerCluster_regionalWithNodeLocations [Error message] [Debug log]
TestAccContainerCluster_regionalWithNodePool [Error message] [Debug log]
TestAccContainerCluster_resourceManagerTags [Error message] [Debug log]
TestAccContainerCluster_stackType_withDualStack [Error message] [Debug log]
TestAccContainerCluster_storagePoolsWithNodeConfig [Error message] [Debug log]
TestAccContainerCluster_storagePoolsWithNodePool [Error message] [Debug log]
TestAccContainerCluster_updateMaintenanceExclusionOptions [Error message] [Debug log]
TestAccContainerCluster_updateVersion [Error message] [Debug log]
TestAccContainerCluster_withAcceleratedGkeAutoUpgradeConfig [Error message] [Debug log]
TestAccContainerCluster_withAdvancedDatapath [Error message] [Debug log]
TestAccContainerCluster_withAdvancedMachineFeaturesInNodePool [Error message] [Debug log]
TestAccContainerCluster_withAdvancedMachineFeaturesPMU_Architectural [Error message] [Debug log]
TestAccContainerCluster_withAdvancedMachineFeaturesPMU_Standard [Error message] [Debug log]
TestAccContainerCluster_withAnonymousAuthenticationConfig [Error message] [Debug log]
TestAccContainerCluster_withAuthenticatorGroupsConfig [Error message] [Debug log]
TestAccContainerCluster_withAuthorizedNetworkPrivateEnforcementToggle [Error message] [Debug log]
TestAccContainerCluster_withBinaryAuthorizationEnabledBool [Error message] [Debug log]
TestAccContainerCluster_withBinaryAuthorizationEvaluationModeClassic [Error message] [Debug log]
TestAccContainerCluster_withBootDiskKmsKey [Error message] [Debug log]
TestAccContainerCluster_withConfidentialBootDisk [Error message] [Debug log]
TestAccContainerCluster_withConfidentialBootDiskNodeConfig [Error message] [Debug log]
TestAccContainerCluster_withConfidentialNodes [Error message] [Debug log]
TestAccContainerCluster_withCostManagementConfig [Error message] [Debug log]
TestAccContainerCluster_withCpuCfsQuotaPool [Error message] [Debug log]
TestAccContainerCluster_withDNSConfig [Error message] [Debug log]
TestAccContainerCluster_withDatabaseEncryption [Error message] [Debug log]
TestAccContainerCluster_withDefaultComputeClassEnabled [Error message] [Debug log]
TestAccContainerCluster_withDeletionProtection [Error message] [Debug log]
TestAccContainerCluster_withDnsEndpoint [Error message] [Debug log]
TestAccContainerCluster_withEnableKubernetesAlpha [Error message] [Debug log]
TestAccContainerCluster_withEnablePrivateEndpointToggle [Error message] [Debug log]
TestAccContainerCluster_withEnterpriseConfig [Error message] [Debug log]
TestAccContainerCluster_withExternalIpsConfig [Error message] [Debug log]
TestAccContainerCluster_withFilteredNotificationConfig [Error message] [Debug log]
TestAccContainerCluster_withFleetConfig [Error message] [Debug log]
TestAccContainerCluster_withFlexStart [Error message] [Debug log]
TestAccContainerCluster_withFlexiblePodCIDR [Error message] [Debug log]
TestAccContainerCluster_withGatewayApiConfig [Error message] [Debug log]
TestAccContainerCluster_withGcpPublicCidrsAccessEnabledToggle [Error message] [Debug log]
TestAccContainerCluster_withILBSubsetting [Error message] [Debug log]
TestAccContainerCluster_withIPAllocationPolicy_existingSecondaryRanges [Error message] [Debug log]
TestAccContainerCluster_withIPAllocationPolicy_specificSizes [Error message] [Debug log]
TestAccContainerCluster_withInsecureKubeletReadonlyPortEnabledDefaultsUpdates [Error message] [Debug log]
TestAccContainerCluster_withKubeletConfig [Error message] [Debug log]
TestAccContainerCluster_withKubeletResourceManagerConfig [Error message] [Debug log]
TestAccContainerCluster_withLocalSsdEncryptionMode [Error message] [Debug log]
TestAccContainerCluster_withLoggingVariantInNodeConfig [Error message] [Debug log]
TestAccContainerCluster_withLoggingVariantInNodePool [Error message] [Debug log]
TestAccContainerCluster_withLoggingVariantUpdates [Error message] [Debug log]
TestAccContainerCluster_withMaintenanceExclusionOptions [Error message] [Debug log]
TestAccContainerCluster_withMaintenanceExclusionWindow [Error message] [Debug log]
TestAccContainerCluster_withMaintenanceWindow [Error message] [Debug log]
TestAccContainerCluster_withMasterAuthorizedNetworksConfig [Error message] [Debug log]
TestAccContainerCluster_withMasterAuthorizedNetworksDisabled [Error message] [Debug log]
TestAccContainerCluster_withMaxRunDuration [Error message] [Debug log]
TestAccContainerCluster_withMonitoringConfig [Error message] [Debug log]
TestAccContainerCluster_withMonitoringConfigAdvancedDatapathObservabilityConfig [Error message] [Debug log]
TestAccContainerCluster_withNodeConfigFastSocket [Error message] [Debug log]
TestAccContainerCluster_withNodeConfigKubeletConfigSettingsInNodePool [Error message] [Debug log]
TestAccContainerCluster_withNodeConfigKubeletConfigSettingsUpdates [Error message] [Debug log]
TestAccContainerCluster_withNodePoolAutoscaling [Error message] [Debug log]
TestAccContainerCluster_withNodePoolBasic [Error message] [Debug log]
TestAccContainerCluster_withNodePoolCIA [Error message] [Debug log]
TestAccContainerCluster_withNodePoolDefaults [Error message] [Debug log]
TestAccContainerCluster_withNodePoolMultiple [Error message] [Debug log]
TestAccContainerCluster_withNodePoolNodeConfig [Error message] [Debug log]
TestAccContainerCluster_withNodePoolResize [Error message] [Debug log]
TestAccContainerCluster_withNodePoolUpdateVersion [Error message] [Debug log]
TestAccContainerCluster_withNotificationConfig [Error message] [Debug log]
TestAccContainerCluster_withPodAutoscaling [Error message] [Debug log]
TestAccContainerCluster_withProtectConfig [Error message] [Debug log]
TestAccContainerCluster_withRecurringMaintenanceWindow [Error message] [Debug log]
TestAccContainerCluster_withReleaseChannelEnabled [Error message] [Debug log]
TestAccContainerCluster_withReleaseChannelEnabledDefaultVersion [Error message] [Debug log]
TestAccContainerCluster_withSandboxConfig [Error message] [Debug log]
TestAccContainerCluster_withSecretManagerConfig [Error message] [Debug log]
TestAccContainerCluster_withSecurityPostureConfig [Error message] [Debug log]
TestAccContainerCluster_withShieldedNodes [Error message] [Debug log]
TestAccContainerCluster_withSoleTenantGroup [Error message] [Debug log]
TestAccContainerCluster_withTPUConfig [Error message] [Debug log]
TestAccContainerCluster_withTelemetryEnabled [Error message] [Debug log]
TestAccContainerCluster_withTpu [Error message] [Debug log]
TestAccContainerCluster_withVersion [Error message] [Debug log]
TestAccContainerCluster_withoutConfidentialBootDisk [Error message] [Debug log]
TestAccContainerNodePool_EmptyGuestAccelerator [Error message] [Debug log]
TestAccContainerNodePool_autoscaling [Error message] [Debug log]
TestAccContainerNodePool_basic [Error message] [Debug log]
TestAccContainerNodePool_basicWithClusterId [Error message] [Debug log]
TestAccContainerNodePool_compactPlacement [Error message] [Debug log]
TestAccContainerNodePool_concurrent [Error message] [Debug log]
TestAccContainerNodePool_defaultDriverInstallation [Error message] [Debug log]
TestAccContainerNodePool_enableQueuedProvisioning [Error message] [Debug log]
TestAccContainerNodePool_ephemeralStorageConfig [Error message] [Debug log]
TestAccContainerNodePool_ephemeralStorageLocalSsdConfig [Error message] [Debug log]
TestAccContainerNodePool_ephemeralStorageLocalSsdConfigOnlyDataCacheCount [Error message] [Debug log]
TestAccContainerNodePool_ephemeralStorageLocalSsdConfigWithDataCacheCount [Error message] [Debug log]
TestAccContainerNodePool_fastSocket [Error message] [Debug log]
TestAccContainerNodePool_gcfsConfig [Error message] [Debug log]
TestAccContainerNodePool_gvnic [Error message] [Debug log]
TestAccContainerNodePool_localNvmeSsdBlockConfig [Error message] [Debug log]
TestAccContainerNodePool_nestedVirtualization [Error message] [Debug log]
TestAccContainerNodePool_performanceMonitoringUnit [Error message] [Debug log]
TestAccContainerNodePool_privateRegistry [Error message] [Debug log]
TestAccContainerNodePool_regionalAutoscaling [Error message] [Debug log]
TestAccContainerNodePool_regionalClusters [Error message] [Debug log]
TestAccContainerNodePool_resize [Error message] [Debug log]
TestAccContainerNodePool_resourceManagerTags [Error message] [Debug log]
TestAccContainerNodePool_secondaryBootDisks [Error message] [Debug log]
TestAccContainerNodePool_shieldedInstanceConfig [Error message] [Debug log]
TestAccContainerNodePool_storagePools [Error message] [Debug log]
TestAccContainerNodePool_threadsPerCore [Error message] [Debug log]
TestAccContainerNodePool_totalSize [Error message] [Debug log]
TestAccContainerNodePool_withCgroupMode [Error message] [Debug log]
TestAccContainerNodePool_withClusterBootDisk [Error message] [Debug log]
TestAccContainerNodePool_withConfidentialBootDisk [Error message] [Debug log]
TestAccContainerNodePool_withConfidentialNodes [Error message] [Debug log]
TestAccContainerNodePool_withFlexStart [Error message] [Debug log]
TestAccContainerNodePool_withGPU [Error message] [Debug log]
TestAccContainerNodePool_withHostMaintenancePolicy [Error message] [Debug log]
TestAccContainerNodePool_withHugepageConfig [Error message] [Debug log]
TestAccContainerNodePool_withKubeletConfig [Error message] [Debug log]
TestAccContainerNodePool_withLegacyNodeConfigAndBootDiskUpdate [Error message] [Debug log]
TestAccContainerNodePool_withLinuxNodeConfig [Error message] [Debug log]
TestAccContainerNodePool_withLocalSsdEncryptionMode [Error message] [Debug log]
TestAccContainerNodePool_withLoggingVariantUpdates [Error message] [Debug log]
TestAccContainerNodePool_withMachineAndDiskUpdate [Error message] [Debug log]
TestAccContainerNodePool_withMachineDiskStoragePoolsUpdate [Error message] [Debug log]
TestAccContainerNodePool_withManagement [Error message] [Debug log]
TestAccContainerNodePool_withMaxRunDuration [Error message] [Debug log]
TestAccContainerNodePool_withNodeConfig [Error message] [Debug log]
TestAccContainerNodePool_withNodeConfigScopeAlias [Error message] [Debug log]
TestAccContainerNodePool_withNodeConfigWithBootDiskConfig [Error message] [Debug log]
TestAccContainerNodePool_withNodeConfigWithBootDiskConfigChangeType [Error message] [Debug log]
TestAccContainerNodePool_withNodeConfigWithBootDiskConfigChangeTypeLegacy [Error message] [Debug log]
TestAccContainerNodePool_withReservationAffinity [Error message] [Debug log]
TestAccContainerNodePool_withSandboxConfig [Error message] [Debug log]
TestAccContainerNodePool_withSoleTenantConfig [Error message] [Debug log]
TestAccContainerNodePool_withTaintsUpdate [Error message] [Debug log]
TestAccContainerNodePool_withUpgradeSettings [Error message] [Debug log]
TestAccContainerNodePool_withWorkloadIdentityConfig [Error message] [Debug log]
TestAccDataFusionInstance_dataFusionInstanceCmekExample [Error message] [Debug log]
TestAccDataSourceGoogleServiceAccounts_basic [Error message] [Debug log]
TestAccDiscoveryEngineCmekConfig_discoveryengineCmekconfigDefaultExample [Error message] [Debug log]
TestAccDiscoveryEngineCmekConfig_discoveryengineCmekconfigDefaultExample_update [Error message] [Debug log]
TestAccGKEBackupBackupPlanIamPolicyGenerated [Error message] [Debug log]
TestAccGKEBackupBackupPlan_update [Error message] [Debug log]
TestAccGKEBackupRestorePlanIamBindingGenerated [Error message] [Debug log]
TestAccGKEBackupRestorePlan_update [Error message] [Debug log]
TestAccGKEHub2MembershipBinding_gkehubMembershipBindingBasicExample [Error message] [Debug log]
TestAccGKEHubMembershipIamBindingGenerated [Error message] [Debug log]
TestAccGKEHubMembershipIamPolicyGenerated [Error message] [Debug log]
TestAccHealthcarePipelineJob_healthcarePipelineJobBackfillExample [Error message] [Debug log]
TestAccNetworkServicesGateway_swpUpdate [Error message] [Debug log]
TestAccSqlDatabaseInstance_MysqlReadPoolEnableDisableSuccess [Error message] [Debug log]

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

View the build log or the debug log for each test

@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 ( 23 files changed, 6458 insertions(+), 2 deletions(-))
google-beta provider: Diff ( 23 files changed, 6458 insertions(+), 2 deletions(-))
terraform-google-conversion: Diff ( 5 files changed, 1509 insertions(+))

Errors

google provider:

  • The diff processor failed to build. This is usually due to the downstream provider failing to compile.

google-beta provider:

  • The diff processor failed to build. This is usually due to the downstream provider failing to compile.

@modular-magician
Copy link
Collaborator

Non-exercised tests

🔴 Tests were added that are skipped in VCR:

  • TestAccCloudSecurityComplianceCloudControl_basic
  • TestAccCloudSecurityComplianceCloudControl_cloudsecuritycomplianceCloudcontrolBasicExample
  • TestAccCloudSecurityComplianceCloudControl_cloudsecuritycomplianceCloudcontrolUpdateExample
  • TestAccCloudSecurityComplianceCloudControl_update
  • TestAccCloudSecurityComplianceFrameworkDeployment_cloudsecuritycomplianceFrameworkDeploymentBasicExample
  • TestAccCloudSecurityComplianceFrameworkDeployment_cloudsecuritycomplianceFrameworkDeploymentFullExample
  • TestAccCloudSecurityComplianceFramework_basic
  • TestAccCloudSecurityComplianceFramework_cloudsecuritycomplianceFrameworkBasicExample
  • TestAccCloudSecurityComplianceFramework_cloudsecuritycomplianceFrameworkUpdateExample
  • TestAccCloudSecurityComplianceFramework_update

Tests analytics

Total tests: 0
Passed tests: 0
Skipped tests: 0
Affected tests: 0

Click here to see the affected service packages

All service packages are affected

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

View the build log

… tests for improved organization and consistency
@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 ( 23 files changed, 6636 insertions(+), 2 deletions(-))
google-beta provider: Diff ( 23 files changed, 6636 insertions(+), 2 deletions(-))
terraform-google-conversion: Diff ( 5 files changed, 1509 insertions(+))

Missing test report

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

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

resource "google_cloud_security_compliance_cloud_control" "primary" {
  parameter_spec {
    default_value {
      bool_value   = # value needed
      number_value = # value needed
      string_list_value {
        values = # value needed
      }
    }
    substitution_rules {
      attribute_substitution_rule {
        attribute = # value needed
      }
      placeholder_substitution_rule {
        attribute = # value needed
      }
    }
    validation {
      allowed_values {
        values {
          bool_value   = # value needed
          number_value = # value needed
          string_list_value {
            values = # value needed
          }
          string_value = # value needed
        }
      }
      int_range {
        max = # value needed
        min = # value needed
      }
    }
  }
}

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

resource "google_cloud_security_compliance_framework" "primary" {
  cloud_control_details {
    parameters {
      parameter_value {
        bool_value   = # value needed
        number_value = # value needed
        string_list_value {
          values = # value needed
        }
      }
    }
  }
}

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

resource "google_cloud_security_compliance_framework_deployment" "primary" {
  cloud_control_metadata {
    cloud_control_details {
      parameters {
        parameter_value {
          bool_value   = # value needed
          number_value = # value needed
          string_list_value {
            values = # value needed
          }
        }
      }
    }
  }
  deployment_state = # value needed
  etag             = # value needed
  target_resource_config {
    target_resource_creation_config {
      folder_creation_config {
        folder_display_name = # value needed
        parent              = # value needed
      }
      project_creation_config {
        billing_account_id   = # value needed
        parent               = # value needed
        project_display_name = # value needed
      }
    }
  }
}

Missing service labels

The following new resources do not have corresponding service labels:

  • google_cloud_security_compliance_cloud_control
  • google_cloud_security_compliance_framework
  • google_cloud_security_compliance_framework_deployment

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_cloud_security_compliance_cloud_control, google_cloud_security_compliance_framework, google_cloud_security_compliance_framework_deployment. 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.

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 5668
Passed tests: 4827
Skipped tests: 620
Affected tests: 221

Click here to see the affected service packages

All service packages are affected

Action taken

Found 221 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
  • TestAccCloudRunV2Service_cloudrunv2ServiceMeshUpdate
  • TestAccCloudSecurityComplianceCloudControl_basic
  • TestAccCloudSecurityComplianceCloudControl_cloudsecuritycomplianceCloudcontrolBasicExample
  • TestAccCloudSecurityComplianceCloudControl_cloudsecuritycomplianceCloudcontrolUpdateExample
  • TestAccCloudSecurityComplianceCloudControl_update
  • TestAccCloudSecurityComplianceFrameworkDeployment_basic
  • TestAccCloudSecurityComplianceFrameworkDeployment_cloudsecuritycomplianceFrameworkDeploymentBasicExample
  • TestAccCloudSecurityComplianceFrameworkDeployment_cloudsecuritycomplianceFrameworkDeploymentUpdateExample
  • TestAccCloudSecurityComplianceFrameworkDeployment_update
  • TestAccCloudSecurityComplianceFramework_basic
  • TestAccCloudSecurityComplianceFramework_cloudsecuritycomplianceFrameworkBasicExample
  • TestAccCloudSecurityComplianceFramework_cloudsecuritycomplianceFrameworkUpdateExample
  • TestAccCloudSecurityComplianceFramework_update
  • TestAccComputeRegionBackendService_regionBackendServiceHaPolicyManualLeader_update
  • TestAccContainerClusterDatasource_zonal
  • TestAccContainerCluster_RbacBindingConfig
  • TestAccContainerCluster_WithCPAFeatures
  • TestAccContainerCluster_WithCPAFeaturesUpdate
  • TestAccContainerCluster_additional_ip_ranges_config_on_create
  • TestAccContainerCluster_additional_ip_ranges_config_on_update
  • TestAccContainerCluster_auto_ipam_config_enabled
  • TestAccContainerCluster_auto_ipam_config_none
  • TestAccContainerCluster_autoprovisioningDefaultsManagement
  • TestAccContainerCluster_autoprovisioningDefaultsUpgradeSettings
  • TestAccContainerCluster_autoprovisioningLocations
  • TestAccContainerCluster_cloudDns_nil_scope
  • TestAccContainerCluster_customPlacementPolicy
  • TestAccContainerCluster_deleteExclusionWindow
  • TestAccContainerCluster_deleteMaintenanceExclusionOptions
  • TestAccContainerCluster_disableControlPlaneIP
  • TestAccContainerCluster_enableCiliumPolicies
  • TestAccContainerCluster_inTransitEncryptionConfig
  • TestAccContainerCluster_networkPerformanceConfig
  • TestAccContainerCluster_networkingModeRoutes
  • TestAccContainerCluster_nodeAutoprovisioningDefaults
  • TestAccContainerCluster_nodeAutoprovisioningDefaultsBootDiskKmsKey
  • TestAccContainerCluster_nodeAutoprovisioningDefaultsDiskSizeGb
  • TestAccContainerCluster_nodeAutoprovisioningDefaultsDiskType
  • TestAccContainerCluster_nodeAutoprovisioningDefaultsImageType
  • TestAccContainerCluster_nodeAutoprovisioningDefaultsShieldedInstance
  • TestAccContainerCluster_privateRegistry
  • TestAccContainerCluster_regional
  • TestAccContainerCluster_regionalWithNodeLocations
  • TestAccContainerCluster_regionalWithNodePool
  • TestAccContainerCluster_resourceManagerTags
  • TestAccContainerCluster_stackType_withSingleStack
  • TestAccContainerCluster_storagePoolsWithNodeConfig
  • TestAccContainerCluster_storagePoolsWithNodePool
  • TestAccContainerCluster_updateMaintenanceExclusionOptions
  • TestAccContainerCluster_updateVersion
  • TestAccContainerCluster_withAdditiveVPC
  • TestAccContainerCluster_withAddons
  • TestAccContainerCluster_withAdvancedMachineFeaturesInNodePool
  • TestAccContainerCluster_withAdvancedMachineFeaturesPMU_Architectural
  • TestAccContainerCluster_withAnonymousAuthenticationConfig
  • TestAccContainerCluster_withAuthenticatorGroupsConfig
  • TestAccContainerCluster_withAuthorizedNetworkPrivateEnforcementToggle
  • TestAccContainerCluster_withAutoscalingProfile
  • TestAccContainerCluster_withBinaryAuthorizationEnabledBool
  • TestAccContainerCluster_withBinaryAuthorizationEvaluationModeClassic
  • TestAccContainerCluster_withBootDiskKmsKey
  • TestAccContainerCluster_withCidrBlockWithoutPrivateEndpointSubnetwork
  • TestAccContainerCluster_withConfidentialBootDiskNodeConfig
  • TestAccContainerCluster_withConfidentialNodes
  • TestAccContainerCluster_withCostManagementConfig
  • TestAccContainerCluster_withCpuCfsQuotaPool
  • TestAccContainerCluster_withDNSConfig
  • TestAccContainerCluster_withDatabaseEncryption
  • TestAccContainerCluster_withDefaultComputeClassEnabled
  • TestAccContainerCluster_withDeletionProtection
  • TestAccContainerCluster_withDnsEndpoint
  • TestAccContainerCluster_withEnableKubernetesAlpha
  • TestAccContainerCluster_withEnableKubernetesBetaAPIs
  • TestAccContainerCluster_withEnablePrivateEndpointToggle
  • TestAccContainerCluster_withEnterpriseConfig
  • TestAccContainerCluster_withFQDNNetworkPolicy
  • TestAccContainerCluster_withFilteredNotificationConfig
  • TestAccContainerCluster_withFleetConfig
  • TestAccContainerCluster_withFlexStart
  • TestAccContainerCluster_withFlexiblePodCIDR
  • TestAccContainerCluster_withGatewayApiConfig
  • TestAccContainerCluster_withGcpPublicCidrsAccessEnabledToggle
  • TestAccContainerCluster_withILBSubsetting
  • TestAccContainerCluster_withIPAllocationPolicy_specificIPRanges
  • TestAccContainerCluster_withIPAllocationPolicy_specificSizes
  • TestAccContainerCluster_withInsecureKubeletReadonlyPortEnabledDefaultsUpdates
  • TestAccContainerCluster_withInsecureKubeletReadonlyPortEnabledInNodePool
  • TestAccContainerCluster_withIntraNodeVisibility
  • TestAccContainerCluster_withKubeletConfig
  • TestAccContainerCluster_withKubeletResourceManagerConfig
  • TestAccContainerCluster_withLocalSsdEncryptionMode
  • TestAccContainerCluster_withLoggingConfig
  • TestAccContainerCluster_withLoggingVariantInNodeConfig
  • TestAccContainerCluster_withLoggingVariantInNodePool
  • TestAccContainerCluster_withLoggingVariantUpdates
  • TestAccContainerCluster_withMaintenanceExclusionWindow
  • TestAccContainerCluster_withMaintenanceWindow
  • TestAccContainerCluster_withMasterAuthConfig_NoCert
  • TestAccContainerCluster_withMasterAuthorizedNetworksConfig
  • TestAccContainerCluster_withMasterAuthorizedNetworksDisabled
  • TestAccContainerCluster_withMaxRunDuration
  • TestAccContainerCluster_withMonitoringConfigAdvancedDatapathObservabilityConfig
  • TestAccContainerCluster_withMultiNetworking
  • TestAccContainerCluster_withNodeConfig
  • TestAccContainerCluster_withNodeConfigGcfsConfig
  • TestAccContainerCluster_withNodeConfigKubeletConfigSettingsInNodePool
  • TestAccContainerCluster_withNodeConfigKubeletConfigSettingsUpdates
  • TestAccContainerCluster_withNodeConfigLinuxNodeConfig
  • TestAccContainerCluster_withNodeConfigReservationAffinitySpecific
  • TestAccContainerCluster_withNodeConfigScopeAlias
  • TestAccContainerCluster_withNodePoolAutoscaling
  • TestAccContainerCluster_withNodePoolBasic
  • TestAccContainerCluster_withNodePoolCIA
  • TestAccContainerCluster_withNodePoolDefaults
  • TestAccContainerCluster_withNodePoolNodeConfig
  • TestAccContainerCluster_withNodePoolResize
  • TestAccContainerCluster_withNodePoolUpdateVersion
  • TestAccContainerCluster_withNotificationConfig
  • TestAccContainerCluster_withPodAutoscaling
  • TestAccContainerCluster_withPrivateClusterConfigBasic
  • TestAccContainerCluster_withPrivateClusterConfigGlobalAccessEnabledOnly
  • TestAccContainerCluster_withPrivateClusterConfigPrivateEndpointSubnetwork
  • TestAccContainerCluster_withPrivateEndpointSubnetwork
  • TestAccContainerCluster_withProtectConfig
  • TestAccContainerCluster_withRecurringMaintenanceWindow
  • TestAccContainerCluster_withReleaseChannelEnabled
  • TestAccContainerCluster_withReleaseChannelEnabledDefaultVersion
  • TestAccContainerCluster_withSandboxConfig
  • TestAccContainerCluster_withSecretManagerConfig
  • TestAccContainerCluster_withSecurityPostureConfig
  • TestAccContainerCluster_withShieldedNodes
  • TestAccContainerCluster_withSoleTenantGroup
  • TestAccContainerCluster_withStandard_withNodePoolDefaults
  • TestAccContainerCluster_withTPUConfig
  • TestAccContainerCluster_withTelemetryEnabled
  • TestAccContainerCluster_withTpu
  • TestAccContainerCluster_withVersion
  • TestAccContainerCluster_withWorkloadALTSConfig
  • TestAccContainerCluster_withWorkloadMetadataConfig
  • TestAccContainerCluster_with_PodCIDROverprovisionDisabled
  • TestAccContainerCluster_withoutConfidentialBootDisk
  • TestAccContainerNodePool_EmptyGuestAccelerator
  • TestAccContainerNodePool_autoscaling
  • TestAccContainerNodePool_basic
  • TestAccContainerNodePool_basicWithClusterId
  • TestAccContainerNodePool_concurrent
  • TestAccContainerNodePool_customPlacementPolicy
  • TestAccContainerNodePool_defaultDriverInstallation
  • TestAccContainerNodePool_enableQueuedProvisioning
  • TestAccContainerNodePool_ephemeralStorageConfig
  • TestAccContainerNodePool_ephemeralStorageLocalSsdConfig
  • TestAccContainerNodePool_ephemeralStorageLocalSsdConfigOnlyDataCacheCount
  • TestAccContainerNodePool_ephemeralStorageLocalSsdConfigWithDataCacheCount
  • TestAccContainerNodePool_fastSocket
  • TestAccContainerNodePool_gcfsConfig
  • TestAccContainerNodePool_gvnic
  • TestAccContainerNodePool_localNvmeSsdBlockConfig
  • TestAccContainerNodePool_maxPodsPerNode
  • TestAccContainerNodePool_nestedVirtualization
  • TestAccContainerNodePool_nodeLocations
  • TestAccContainerNodePool_performanceMonitoringUnit
  • TestAccContainerNodePool_privateRegistry
  • TestAccContainerNodePool_regionalAutoscaling
  • TestAccContainerNodePool_regionalClusters
  • TestAccContainerNodePool_resize
  • TestAccContainerNodePool_resourceManagerTags
  • TestAccContainerNodePool_secondaryBootDisks
  • TestAccContainerNodePool_shieldedInstanceConfig
  • TestAccContainerNodePool_storagePools
  • TestAccContainerNodePool_threadsPerCore
  • TestAccContainerNodePool_totalSize
  • TestAccContainerNodePool_version
  • TestAccContainerNodePool_withCgroupMode
  • TestAccContainerNodePool_withClusterBootDisk
  • TestAccContainerNodePool_withConfidentialBootDisk
  • TestAccContainerNodePool_withConfidentialNodes
  • TestAccContainerNodePool_withEnablePrivateNodesToggle
  • TestAccContainerNodePool_withFlexStart
  • TestAccContainerNodePool_withGPU
  • TestAccContainerNodePool_withHostMaintenancePolicy
  • TestAccContainerNodePool_withHugepageConfig
  • TestAccContainerNodePool_withKubeletConfig
  • TestAccContainerNodePool_withLegacyNodeConfigAndBootDiskUpdate
  • TestAccContainerNodePool_withLinuxNodeConfig
  • TestAccContainerNodePool_withLocalSsdEncryptionMode
  • TestAccContainerNodePool_withLoggingVariantUpdates
  • TestAccContainerNodePool_withMachineAndDiskUpdate
  • TestAccContainerNodePool_withMachineDiskStoragePoolsUpdate
  • TestAccContainerNodePool_withManagement
  • TestAccContainerNodePool_withMaxRunDuration
  • TestAccContainerNodePool_withMultiNicNetworkConfig
  • TestAccContainerNodePool_withNodeConfig
  • TestAccContainerNodePool_withNodeConfigScopeAlias
  • TestAccContainerNodePool_withNodeConfigWithBootDiskConfig
  • TestAccContainerNodePool_withNodeConfigWithBootDiskConfigChangeType
  • TestAccContainerNodePool_withNodeConfigWithBootDiskConfigChangeTypeLegacy
  • TestAccContainerNodePool_withReservationAffinity
  • TestAccContainerNodePool_withReservationAffinitySpecific
  • TestAccContainerNodePool_withSandboxConfig
  • TestAccContainerNodePool_withSoleTenantConfig
  • TestAccContainerNodePool_withTaintsUpdate
  • TestAccContainerNodePool_withUpgradeSettings
  • TestAccContainerNodePool_withWindowsNodeConfig
  • TestAccContainerNodePool_withWorkloadIdentityConfig
  • TestAccContainerNodePool_withoutConfidentialBootDisk
  • TestAccDNSManagedZone_privateUpdate
  • TestAccDNSResponsePolicy_dnsResponsePolicyBasicExample
  • TestAccDNSResponsePolicy_update
  • TestAccDataSourceGoogleServiceAccounts_basic
  • TestAccDiscoveryEngineCmekConfig_discoveryengineCmekconfigDefaultExample
  • TestAccDiscoveryEngineCmekConfig_discoveryengineCmekconfigDefaultExample_update
  • TestAccGKEBackupBackupPlanIamBindingGenerated
  • TestAccGKEBackupBackupPlanIamPolicyGenerated
  • TestAccGKEBackupBackupPlan_update
  • TestAccGKEBackupRestorePlanIamPolicyGenerated
  • TestAccGKEHubMembershipIamBindingGenerated
  • TestAccGKEHubMembershipIamPolicyGenerated
  • TestAccHealthcarePipelineJob_healthcarePipelineJobBackfillExample
  • TestAccNetworkServicesGateway_swpUpdate
  • TestAccSqlDatabaseInstance_MysqlReadPoolEnableDisableSuccess

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]
TestAccComputeRegionBackendService_regionBackendServiceHaPolicyManualLeader_update [Debug log]
TestAccContainerCluster_withMasterAuthorizedNetworksDisabled [Debug log]
TestAccContainerCluster_withMonitoringConfigAdvancedDatapathObservabilityConfig [Debug log]
TestAccContainerCluster_withMultiNetworking [Debug log]
TestAccContainerCluster_withNodeConfigKubeletConfigSettingsUpdates [Debug log]
TestAccContainerCluster_withWorkloadALTSConfig [Debug log]
TestAccContainerCluster_with_PodCIDROverprovisionDisabled [Debug log]
TestAccContainerNodePool_maxPodsPerNode [Debug log]
TestAccContainerNodePool_nodeLocations [Debug log]
TestAccContainerNodePool_withEnablePrivateNodesToggle [Debug log]
TestAccContainerNodePool_withGPU [Debug log]
TestAccContainerNodePool_withMultiNicNetworkConfig [Debug log]
TestAccContainerNodePool_withWindowsNodeConfig [Debug log]
TestAccDNSManagedZone_privateUpdate [Debug log]
TestAccDNSResponsePolicy_dnsResponsePolicyBasicExample [Debug log]
TestAccDNSResponsePolicy_update [Debug log]

🔴 Tests failed when rerunning REPLAYING mode:
TestAccDNSResponsePolicy_update [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:
TestAccAccessContextManager__gcp_user_access_binding [Error message] [Debug log]
TestAccCloudRunV2Service_cloudrunv2ServiceMeshUpdate [Error message] [Debug log]
TestAccCloudSecurityComplianceCloudControl_basic [Error message] [Debug log]
TestAccCloudSecurityComplianceCloudControl_cloudsecuritycomplianceCloudcontrolBasicExample [Error message] [Debug log]
TestAccCloudSecurityComplianceCloudControl_cloudsecuritycomplianceCloudcontrolUpdateExample [Error message] [Debug log]
TestAccCloudSecurityComplianceCloudControl_update [Error message] [Debug log]
TestAccCloudSecurityComplianceFrameworkDeployment_basic [Error message] [Debug log]
TestAccCloudSecurityComplianceFrameworkDeployment_cloudsecuritycomplianceFrameworkDeploymentBasicExample [Error message] [Debug log]
TestAccCloudSecurityComplianceFrameworkDeployment_cloudsecuritycomplianceFrameworkDeploymentUpdateExample [Error message] [Debug log]
TestAccCloudSecurityComplianceFrameworkDeployment_update [Error message] [Debug log]
TestAccCloudSecurityComplianceFramework_basic [Error message] [Debug log]
TestAccCloudSecurityComplianceFramework_cloudsecuritycomplianceFrameworkBasicExample [Error message] [Debug log]
TestAccCloudSecurityComplianceFramework_cloudsecuritycomplianceFrameworkUpdateExample [Error message] [Debug log]
TestAccCloudSecurityComplianceFramework_update [Error message] [Debug log]
TestAccContainerClusterDatasource_zonal [Error message] [Debug log]
TestAccContainerCluster_RbacBindingConfig [Error message] [Debug log]
TestAccContainerCluster_WithCPAFeatures [Error message] [Debug log]
TestAccContainerCluster_WithCPAFeaturesUpdate [Error message] [Debug log]
TestAccContainerCluster_additional_ip_ranges_config_on_create [Error message] [Debug log]
TestAccContainerCluster_additional_ip_ranges_config_on_update [Error message] [Debug log]
TestAccContainerCluster_auto_ipam_config_enabled [Error message] [Debug log]
TestAccContainerCluster_auto_ipam_config_none [Error message] [Debug log]
TestAccContainerCluster_autoprovisioningDefaultsManagement [Error message] [Debug log]
TestAccContainerCluster_autoprovisioningDefaultsUpgradeSettings [Error message] [Debug log]
TestAccContainerCluster_autoprovisioningLocations [Error message] [Debug log]
TestAccContainerCluster_cloudDns_nil_scope [Error message] [Debug log]
TestAccContainerCluster_customPlacementPolicy [Error message] [Debug log]
TestAccContainerCluster_deleteExclusionWindow [Error message] [Debug log]
TestAccContainerCluster_deleteMaintenanceExclusionOptions [Error message] [Debug log]
TestAccContainerCluster_disableControlPlaneIP [Error message] [Debug log]
TestAccContainerCluster_enableCiliumPolicies [Error message] [Debug log]
TestAccContainerCluster_inTransitEncryptionConfig [Error message] [Debug log]
TestAccContainerCluster_networkPerformanceConfig [Error message] [Debug log]
TestAccContainerCluster_networkingModeRoutes [Error message] [Debug log]
TestAccContainerCluster_nodeAutoprovisioningDefaults [Error message] [Debug log]
TestAccContainerCluster_nodeAutoprovisioningDefaultsBootDiskKmsKey [Error message] [Debug log]
TestAccContainerCluster_nodeAutoprovisioningDefaultsDiskSizeGb [Error message] [Debug log]
TestAccContainerCluster_nodeAutoprovisioningDefaultsDiskType [Error message] [Debug log]
TestAccContainerCluster_nodeAutoprovisioningDefaultsImageType [Error message] [Debug log]
TestAccContainerCluster_nodeAutoprovisioningDefaultsShieldedInstance [Error message] [Debug log]
TestAccContainerCluster_privateRegistry [Error message] [Debug log]
TestAccContainerCluster_regional [Error message] [Debug log]
TestAccContainerCluster_regionalWithNodeLocations [Error message] [Debug log]
TestAccContainerCluster_regionalWithNodePool [Error message] [Debug log]
TestAccContainerCluster_resourceManagerTags [Error message] [Debug log]
TestAccContainerCluster_stackType_withSingleStack [Error message] [Debug log]
TestAccContainerCluster_storagePoolsWithNodeConfig [Error message] [Debug log]
TestAccContainerCluster_storagePoolsWithNodePool [Error message] [Debug log]
TestAccContainerCluster_updateMaintenanceExclusionOptions [Error message] [Debug log]
TestAccContainerCluster_updateVersion [Error message] [Debug log]
TestAccContainerCluster_withAdditiveVPC [Error message] [Debug log]
TestAccContainerCluster_withAddons [Error message] [Debug log]
TestAccContainerCluster_withAdvancedMachineFeaturesInNodePool [Error message] [Debug log]
TestAccContainerCluster_withAdvancedMachineFeaturesPMU_Architectural [Error message] [Debug log]
TestAccContainerCluster_withAnonymousAuthenticationConfig [Error message] [Debug log]
TestAccContainerCluster_withAuthenticatorGroupsConfig [Error message] [Debug log]
TestAccContainerCluster_withAuthorizedNetworkPrivateEnforcementToggle [Error message] [Debug log]
TestAccContainerCluster_withAutoscalingProfile [Error message] [Debug log]
TestAccContainerCluster_withBinaryAuthorizationEnabledBool [Error message] [Debug log]
TestAccContainerCluster_withBinaryAuthorizationEvaluationModeClassic [Error message] [Debug log]
TestAccContainerCluster_withBootDiskKmsKey [Error message] [Debug log]
TestAccContainerCluster_withCidrBlockWithoutPrivateEndpointSubnetwork [Error message] [Debug log]
TestAccContainerCluster_withConfidentialBootDiskNodeConfig [Error message] [Debug log]
TestAccContainerCluster_withConfidentialNodes [Error message] [Debug log]
TestAccContainerCluster_withCostManagementConfig [Error message] [Debug log]
TestAccContainerCluster_withCpuCfsQuotaPool [Error message] [Debug log]
TestAccContainerCluster_withDNSConfig [Error message] [Debug log]
TestAccContainerCluster_withDatabaseEncryption [Error message] [Debug log]
TestAccContainerCluster_withDefaultComputeClassEnabled [Error message] [Debug log]
TestAccContainerCluster_withDeletionProtection [Error message] [Debug log]
TestAccContainerCluster_withDnsEndpoint [Error message] [Debug log]
TestAccContainerCluster_withEnableKubernetesAlpha [Error message] [Debug log]
TestAccContainerCluster_withEnableKubernetesBetaAPIs [Error message] [Debug log]
TestAccContainerCluster_withEnablePrivateEndpointToggle [Error message] [Debug log]
TestAccContainerCluster_withEnterpriseConfig [Error message] [Debug log]
TestAccContainerCluster_withFQDNNetworkPolicy [Error message] [Debug log]
TestAccContainerCluster_withFilteredNotificationConfig [Error message] [Debug log]
TestAccContainerCluster_withFleetConfig [Error message] [Debug log]
TestAccContainerCluster_withFlexStart [Error message] [Debug log]
TestAccContainerCluster_withFlexiblePodCIDR [Error message] [Debug log]
TestAccContainerCluster_withGatewayApiConfig [Error message] [Debug log]
TestAccContainerCluster_withGcpPublicCidrsAccessEnabledToggle [Error message] [Debug log]
TestAccContainerCluster_withILBSubsetting [Error message] [Debug log]
TestAccContainerCluster_withIPAllocationPolicy_specificIPRanges [Error message] [Debug log]
TestAccContainerCluster_withIPAllocationPolicy_specificSizes [Error message] [Debug log]
TestAccContainerCluster_withInsecureKubeletReadonlyPortEnabledDefaultsUpdates [Error message] [Debug log]
TestAccContainerCluster_withInsecureKubeletReadonlyPortEnabledInNodePool [Error message] [Debug log]
TestAccContainerCluster_withIntraNodeVisibility [Error message] [Debug log]
TestAccContainerCluster_withKubeletConfig [Error message] [Debug log]
TestAccContainerCluster_withKubeletResourceManagerConfig [Error message] [Debug log]
TestAccContainerCluster_withLocalSsdEncryptionMode [Error message] [Debug log]
TestAccContainerCluster_withLoggingConfig [Error message] [Debug log]
TestAccContainerCluster_withLoggingVariantInNodeConfig [Error message] [Debug log]
TestAccContainerCluster_withLoggingVariantInNodePool [Error message] [Debug log]
TestAccContainerCluster_withLoggingVariantUpdates [Error message] [Debug log]
TestAccContainerCluster_withMaintenanceExclusionWindow [Error message] [Debug log]
TestAccContainerCluster_withMaintenanceWindow [Error message] [Debug log]
TestAccContainerCluster_withMasterAuthConfig_NoCert [Error message] [Debug log]
TestAccContainerCluster_withMasterAuthorizedNetworksConfig [Error message] [Debug log]
TestAccContainerCluster_withMaxRunDuration [Error message] [Debug log]
TestAccContainerCluster_withNodeConfig [Error message] [Debug log]
TestAccContainerCluster_withNodeConfigGcfsConfig [Error message] [Debug log]
TestAccContainerCluster_withNodeConfigKubeletConfigSettingsInNodePool [Error message] [Debug log]
TestAccContainerCluster_withNodeConfigLinuxNodeConfig [Error message] [Debug log]
TestAccContainerCluster_withNodeConfigReservationAffinitySpecific [Error message] [Debug log]
TestAccContainerCluster_withNodeConfigScopeAlias [Error message] [Debug log]
TestAccContainerCluster_withNodePoolAutoscaling [Error message] [Debug log]
TestAccContainerCluster_withNodePoolBasic [Error message] [Debug log]
TestAccContainerCluster_withNodePoolCIA [Error message] [Debug log]
TestAccContainerCluster_withNodePoolDefaults [Error message] [Debug log]
TestAccContainerCluster_withNodePoolNodeConfig [Error message] [Debug log]
TestAccContainerCluster_withNodePoolResize [Error message] [Debug log]
TestAccContainerCluster_withNodePoolUpdateVersion [Error message] [Debug log]
TestAccContainerCluster_withNotificationConfig [Error message] [Debug log]
TestAccContainerCluster_withPodAutoscaling [Error message] [Debug log]
TestAccContainerCluster_withPrivateClusterConfigBasic [Error message] [Debug log]
TestAccContainerCluster_withPrivateClusterConfigGlobalAccessEnabledOnly [Error message] [Debug log]
TestAccContainerCluster_withPrivateClusterConfigPrivateEndpointSubnetwork [Error message] [Debug log]
TestAccContainerCluster_withPrivateEndpointSubnetwork [Error message] [Debug log]
TestAccContainerCluster_withProtectConfig [Error message] [Debug log]
TestAccContainerCluster_withRecurringMaintenanceWindow [Error message] [Debug log]
TestAccContainerCluster_withReleaseChannelEnabled [Error message] [Debug log]
TestAccContainerCluster_withReleaseChannelEnabledDefaultVersion [Error message] [Debug log]
TestAccContainerCluster_withSandboxConfig [Error message] [Debug log]
TestAccContainerCluster_withSecretManagerConfig [Error message] [Debug log]
TestAccContainerCluster_withSecurityPostureConfig [Error message] [Debug log]
TestAccContainerCluster_withShieldedNodes [Error message] [Debug log]
TestAccContainerCluster_withSoleTenantGroup [Error message] [Debug log]
TestAccContainerCluster_withStandard_withNodePoolDefaults [Error message] [Debug log]
TestAccContainerCluster_withTPUConfig [Error message] [Debug log]
TestAccContainerCluster_withTelemetryEnabled [Error message] [Debug log]
TestAccContainerCluster_withTpu [Error message] [Debug log]
TestAccContainerCluster_withVersion [Error message] [Debug log]
TestAccContainerCluster_withWorkloadMetadataConfig [Error message] [Debug log]
TestAccContainerCluster_withoutConfidentialBootDisk [Error message] [Debug log]
TestAccContainerNodePool_EmptyGuestAccelerator [Error message] [Debug log]
TestAccContainerNodePool_autoscaling [Error message] [Debug log]
TestAccContainerNodePool_basic [Error message] [Debug log]
TestAccContainerNodePool_basicWithClusterId [Error message] [Debug log]
TestAccContainerNodePool_concurrent [Error message] [Debug log]
TestAccContainerNodePool_customPlacementPolicy [Error message] [Debug log]
TestAccContainerNodePool_defaultDriverInstallation [Error message] [Debug log]
TestAccContainerNodePool_enableQueuedProvisioning [Error message] [Debug log]
TestAccContainerNodePool_ephemeralStorageConfig [Error message] [Debug log]
TestAccContainerNodePool_ephemeralStorageLocalSsdConfig [Error message] [Debug log]
TestAccContainerNodePool_ephemeralStorageLocalSsdConfigOnlyDataCacheCount [Error message] [Debug log]
TestAccContainerNodePool_ephemeralStorageLocalSsdConfigWithDataCacheCount [Error message] [Debug log]
TestAccContainerNodePool_fastSocket [Error message] [Debug log]
TestAccContainerNodePool_gcfsConfig [Error message] [Debug log]
TestAccContainerNodePool_gvnic [Error message] [Debug log]
TestAccContainerNodePool_localNvmeSsdBlockConfig [Error message] [Debug log]
TestAccContainerNodePool_nestedVirtualization [Error message] [Debug log]
TestAccContainerNodePool_performanceMonitoringUnit [Error message] [Debug log]
TestAccContainerNodePool_privateRegistry [Error message] [Debug log]
TestAccContainerNodePool_regionalAutoscaling [Error message] [Debug log]
TestAccContainerNodePool_regionalClusters [Error message] [Debug log]
TestAccContainerNodePool_resize [Error message] [Debug log]
TestAccContainerNodePool_resourceManagerTags [Error message] [Debug log]
TestAccContainerNodePool_secondaryBootDisks [Error message] [Debug log]
TestAccContainerNodePool_shieldedInstanceConfig [Error message] [Debug log]
TestAccContainerNodePool_storagePools [Error message] [Debug log]
TestAccContainerNodePool_threadsPerCore [Error message] [Debug log]
TestAccContainerNodePool_totalSize [Error message] [Debug log]
TestAccContainerNodePool_version [Error message] [Debug log]
TestAccContainerNodePool_withCgroupMode [Error message] [Debug log]
TestAccContainerNodePool_withClusterBootDisk [Error message] [Debug log]
TestAccContainerNodePool_withConfidentialBootDisk [Error message] [Debug log]
TestAccContainerNodePool_withConfidentialNodes [Error message] [Debug log]
TestAccContainerNodePool_withFlexStart [Error message] [Debug log]
TestAccContainerNodePool_withHostMaintenancePolicy [Error message] [Debug log]
TestAccContainerNodePool_withHugepageConfig [Error message] [Debug log]
TestAccContainerNodePool_withKubeletConfig [Error message] [Debug log]
TestAccContainerNodePool_withLegacyNodeConfigAndBootDiskUpdate [Error message] [Debug log]
TestAccContainerNodePool_withLinuxNodeConfig [Error message] [Debug log]
TestAccContainerNodePool_withLocalSsdEncryptionMode [Error message] [Debug log]
TestAccContainerNodePool_withLoggingVariantUpdates [Error message] [Debug log]
TestAccContainerNodePool_withMachineAndDiskUpdate [Error message] [Debug log]
TestAccContainerNodePool_withMachineDiskStoragePoolsUpdate [Error message] [Debug log]
TestAccContainerNodePool_withManagement [Error message] [Debug log]
TestAccContainerNodePool_withMaxRunDuration [Error message] [Debug log]
TestAccContainerNodePool_withNodeConfig [Error message] [Debug log]
TestAccContainerNodePool_withNodeConfigScopeAlias [Error message] [Debug log]
TestAccContainerNodePool_withNodeConfigWithBootDiskConfig [Error message] [Debug log]
TestAccContainerNodePool_withNodeConfigWithBootDiskConfigChangeType [Error message] [Debug log]
TestAccContainerNodePool_withNodeConfigWithBootDiskConfigChangeTypeLegacy [Error message] [Debug log]
TestAccContainerNodePool_withReservationAffinity [Error message] [Debug log]
TestAccContainerNodePool_withReservationAffinitySpecific [Error message] [Debug log]
TestAccContainerNodePool_withSandboxConfig [Error message] [Debug log]
TestAccContainerNodePool_withSoleTenantConfig [Error message] [Debug log]
TestAccContainerNodePool_withTaintsUpdate [Error message] [Debug log]
TestAccContainerNodePool_withUpgradeSettings [Error message] [Debug log]
TestAccContainerNodePool_withWorkloadIdentityConfig [Error message] [Debug log]
TestAccContainerNodePool_withoutConfidentialBootDisk [Error message] [Debug log]
TestAccDataSourceGoogleServiceAccounts_basic [Error message] [Debug log]
TestAccDiscoveryEngineCmekConfig_discoveryengineCmekconfigDefaultExample [Error message] [Debug log]
TestAccDiscoveryEngineCmekConfig_discoveryengineCmekconfigDefaultExample_update [Error message] [Debug log]
TestAccGKEBackupBackupPlanIamBindingGenerated [Error message] [Debug log]
TestAccGKEBackupBackupPlanIamPolicyGenerated [Error message] [Debug log]
TestAccGKEBackupBackupPlan_update [Error message] [Debug log]
TestAccGKEBackupRestorePlanIamPolicyGenerated [Error message] [Debug log]
TestAccGKEHubMembershipIamBindingGenerated [Error message] [Debug log]
TestAccGKEHubMembershipIamPolicyGenerated [Error message] [Debug log]
TestAccHealthcarePipelineJob_healthcarePipelineJobBackfillExample [Error message] [Debug log]
TestAccNetworkServicesGateway_swpUpdate [Error message] [Debug log]
TestAccSqlDatabaseInstance_MysqlReadPoolEnableDisableSuccess [Error message] [Debug log]

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

View the build log or the debug log for each test

@thoufic67 thoufic67 changed the title Add Framework Deployment to Cloudsecuritycompliance Adding support for Framework Deployment resource in terraform provider Oct 16, 2025
@thoufic67 thoufic67 marked this pull request as ready for review October 16, 2025 03:57
@github-actions github-actions bot requested a review from BBBmau October 16, 2025 03:58
Copy link

Hello! I am a robot. Tests will require approval from a repository maintainer to run.

Googlers: For automatic test runs see go/terraform-auto-test-runs.

@BBBmau, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look.

You can help make sure that review is quick by doing a self-review and by running impacted tests locally.

@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 ( 23 files changed, 6530 insertions(+), 2 deletions(-))
google-beta provider: Diff ( 23 files changed, 6530 insertions(+), 2 deletions(-))
terraform-google-conversion: Diff ( 5 files changed, 1489 insertions(+))

Missing test report

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

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

resource "google_cloud_security_compliance_cloud_control" "primary" {
  parameter_spec {
    default_value {
      bool_value   = # value needed
      number_value = # value needed
      string_list_value {
        values = # value needed
      }
    }
    substitution_rules {
      attribute_substitution_rule {
        attribute = # value needed
      }
      placeholder_substitution_rule {
        attribute = # value needed
      }
    }
    validation {
      allowed_values {
        values {
          bool_value   = # value needed
          number_value = # value needed
          string_list_value {
            values = # value needed
          }
          string_value = # value needed
        }
      }
      int_range {
        max = # value needed
        min = # value needed
      }
    }
  }
}

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

resource "google_cloud_security_compliance_framework" "primary" {
  cloud_control_details {
    parameters {
      parameter_value {
        bool_value   = # value needed
        number_value = # value needed
        string_list_value {
          values = # value needed
        }
      }
    }
  }
}

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

resource "google_cloud_security_compliance_framework_deployment" "primary" {
  cloud_control_metadata {
    cloud_control_details {
      parameters {
        parameter_value {
          bool_value   = # value needed
          number_value = # value needed
          string_list_value {
            values = # value needed
          }
        }
      }
    }
  }
  etag = # value needed
  target_resource_config {
    target_resource_creation_config {
      folder_creation_config {
        folder_display_name = # value needed
        parent              = # value needed
      }
      project_creation_config {
        billing_account_id   = # value needed
        parent               = # value needed
        project_display_name = # value needed
      }
    }
  }
}

Missing service labels

The following new resources do not have corresponding service labels:

  • google_cloud_security_compliance_cloud_control
  • google_cloud_security_compliance_framework
  • google_cloud_security_compliance_framework_deployment

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_cloud_security_compliance_cloud_control, google_cloud_security_compliance_framework, google_cloud_security_compliance_framework_deployment. 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.

@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 ( 23 files changed, 6532 insertions(+), 2 deletions(-))
google-beta provider: Diff ( 23 files changed, 6532 insertions(+), 2 deletions(-))
terraform-google-conversion: Diff ( 5 files changed, 1489 insertions(+))

Missing test report

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

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

resource "google_cloud_security_compliance_cloud_control" "primary" {
  parameter_spec {
    default_value {
      bool_value   = # value needed
      number_value = # value needed
      string_list_value {
        values = # value needed
      }
    }
    substitution_rules {
      attribute_substitution_rule {
        attribute = # value needed
      }
      placeholder_substitution_rule {
        attribute = # value needed
      }
    }
    validation {
      allowed_values {
        values {
          bool_value   = # value needed
          number_value = # value needed
          string_list_value {
            values = # value needed
          }
          string_value = # value needed
        }
      }
      int_range {
        max = # value needed
        min = # value needed
      }
    }
  }
}

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

resource "google_cloud_security_compliance_framework" "primary" {
  cloud_control_details {
    parameters {
      parameter_value {
        bool_value   = # value needed
        number_value = # value needed
        string_list_value {
          values = # value needed
        }
      }
    }
  }
}

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

resource "google_cloud_security_compliance_framework_deployment" "primary" {
  cloud_control_metadata {
    cloud_control_details {
      parameters {
        parameter_value {
          bool_value   = # value needed
          number_value = # value needed
          string_list_value {
            values = # value needed
          }
        }
      }
    }
  }
  etag = # value needed
  target_resource_config {
    target_resource_creation_config {
      folder_creation_config {
        folder_display_name = # value needed
        parent              = # value needed
      }
      project_creation_config {
        billing_account_id   = # value needed
        parent               = # value needed
        project_display_name = # value needed
      }
    }
  }
}

Missing service labels

The following new resources do not have corresponding service labels:

  • google_cloud_security_compliance_cloud_control
  • google_cloud_security_compliance_framework
  • google_cloud_security_compliance_framework_deployment

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_cloud_security_compliance_cloud_control, google_cloud_security_compliance_framework, google_cloud_security_compliance_framework_deployment. 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.

@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 ( 23 files changed, 6532 insertions(+), 2 deletions(-))
google-beta provider: Diff ( 23 files changed, 6532 insertions(+), 2 deletions(-))
terraform-google-conversion: Diff ( 5 files changed, 1489 insertions(+))

Missing test report

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

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

resource "google_cloud_security_compliance_cloud_control" "primary" {
  parameter_spec {
    default_value {
      bool_value   = # value needed
      number_value = # value needed
      string_list_value {
        values = # value needed
      }
    }
    substitution_rules {
      attribute_substitution_rule {
        attribute = # value needed
      }
      placeholder_substitution_rule {
        attribute = # value needed
      }
    }
    validation {
      allowed_values {
        values {
          bool_value   = # value needed
          number_value = # value needed
          string_list_value {
            values = # value needed
          }
          string_value = # value needed
        }
      }
      int_range {
        max = # value needed
        min = # value needed
      }
    }
  }
}

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

resource "google_cloud_security_compliance_framework" "primary" {
  cloud_control_details {
    parameters {
      parameter_value {
        bool_value   = # value needed
        number_value = # value needed
        string_list_value {
          values = # value needed
        }
      }
    }
  }
}

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

resource "google_cloud_security_compliance_framework_deployment" "primary" {
  cloud_control_metadata {
    cloud_control_details {
      parameters {
        parameter_value {
          bool_value   = # value needed
          number_value = # value needed
          string_list_value {
            values = # value needed
          }
        }
      }
    }
  }
  etag = # value needed
  target_resource_config {
    target_resource_creation_config {
      folder_creation_config {
        folder_display_name = # value needed
        parent              = # value needed
      }
      project_creation_config {
        billing_account_id   = # value needed
        parent               = # value needed
        project_display_name = # value needed
      }
    }
  }
}

Missing service labels

The following new resources do not have corresponding service labels:

  • google_cloud_security_compliance_cloud_control
  • google_cloud_security_compliance_framework
  • google_cloud_security_compliance_framework_deployment

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_cloud_security_compliance_cloud_control, google_cloud_security_compliance_framework, google_cloud_security_compliance_framework_deployment. 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.

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 5685
Passed tests: 4859
Skipped tests: 620
Affected tests: 206

Click here to see the affected service packages

All service packages are affected

Action taken

Found 206 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
  • TestAccCloudSecurityComplianceCloudControl_basic
  • TestAccCloudSecurityComplianceCloudControl_cloudsecuritycomplianceCloudcontrolBasicExample
  • TestAccCloudSecurityComplianceCloudControl_cloudsecuritycomplianceCloudcontrolUpdateExample
  • TestAccCloudSecurityComplianceCloudControl_update
  • TestAccCloudSecurityComplianceFrameworkDeployment_basic
  • TestAccCloudSecurityComplianceFrameworkDeployment_cloudsecuritycomplianceFrameworkDeploymentBasicExample
  • TestAccCloudSecurityComplianceFrameworkDeployment_cloudsecuritycomplianceFrameworkDeploymentUpdateExample
  • TestAccCloudSecurityComplianceFrameworkDeployment_update
  • TestAccCloudSecurityComplianceFramework_basic
  • TestAccCloudSecurityComplianceFramework_cloudsecuritycomplianceFrameworkBasicExample
  • TestAccCloudSecurityComplianceFramework_cloudsecuritycomplianceFrameworkUpdateExample
  • TestAccCloudSecurityComplianceFramework_update
  • TestAccContainerCluster_RbacBindingConfig
  • TestAccContainerCluster_WithCPAFeatures
  • TestAccContainerCluster_WithCPAFeaturesUpdate
  • TestAccContainerCluster_additional_ip_ranges_config_on_update
  • TestAccContainerCluster_auto_ipam_config_enabled
  • TestAccContainerCluster_auto_ipam_config_none
  • TestAccContainerCluster_autoprovisioningDefaultsManagement
  • TestAccContainerCluster_autoprovisioningDefaultsUpgradeSettings
  • TestAccContainerCluster_autoprovisioningLocations
  • TestAccContainerCluster_basic_noCpaUpgrade
  • TestAccContainerCluster_cloudDns_nil_scope
  • TestAccContainerCluster_deleteExclusionWindow
  • TestAccContainerCluster_deleteMaintenanceExclusionOptions
  • TestAccContainerCluster_disableControlPlaneIP
  • TestAccContainerCluster_disableL4LbFirewallReconciliation
  • TestAccContainerCluster_enableCiliumPolicies
  • TestAccContainerCluster_network
  • TestAccContainerCluster_networkPerformanceConfig
  • TestAccContainerCluster_networkingModeRoutes
  • TestAccContainerCluster_nodeAutoprovisioning
  • TestAccContainerCluster_nodeAutoprovisioningDefaults
  • TestAccContainerCluster_nodeAutoprovisioningDefaultsBootDiskKmsKey
  • TestAccContainerCluster_nodeAutoprovisioningDefaultsDiskSizeGb
  • TestAccContainerCluster_nodeAutoprovisioningDefaultsDiskType
  • TestAccContainerCluster_nodeAutoprovisioningDefaultsImageType
  • TestAccContainerCluster_nodeAutoprovisioningDefaultsShieldedInstance
  • TestAccContainerCluster_nodeAutoprovisioningNetworkTags
  • TestAccContainerCluster_privateRegistry
  • TestAccContainerCluster_regional
  • TestAccContainerCluster_regionalWithNodeLocations
  • TestAccContainerCluster_regionalWithNodePool
  • TestAccContainerCluster_resourceManagerTags
  • TestAccContainerCluster_stackType_withDualStack
  • TestAccContainerCluster_stackType_withSingleStack
  • TestAccContainerCluster_storagePoolsWithNodePool
  • TestAccContainerCluster_updateMaintenanceExclusionOptions
  • TestAccContainerCluster_updateVersion
  • TestAccContainerCluster_withAdvancedDatapath
  • TestAccContainerCluster_withAdvancedMachineFeaturesPMU_Architectural
  • TestAccContainerCluster_withAnonymousAuthenticationConfig
  • TestAccContainerCluster_withAuthenticatorGroupsConfig
  • TestAccContainerCluster_withAuthorizedNetworkPrivateEnforcementToggle
  • TestAccContainerCluster_withAutoscalingProfile
  • TestAccContainerCluster_withBinaryAuthorizationEnabledBool
  • TestAccContainerCluster_withBinaryAuthorizationEvaluationModeClassic
  • TestAccContainerCluster_withBootDiskKmsKey
  • TestAccContainerCluster_withCidrBlockWithoutPrivateEndpointSubnetwork
  • TestAccContainerCluster_withConfidentialBootDisk
  • TestAccContainerCluster_withConfidentialBootDiskNodeConfig
  • TestAccContainerCluster_withConfidentialNodes
  • TestAccContainerCluster_withCostManagementConfig
  • TestAccContainerCluster_withCpuCfsQuotaPool
  • TestAccContainerCluster_withDNSConfig
  • TestAccContainerCluster_withDefaultComputeClassEnabled
  • TestAccContainerCluster_withDeletionProtection
  • TestAccContainerCluster_withDnsEndpoint
  • TestAccContainerCluster_withEnableKubernetesAlpha
  • TestAccContainerCluster_withEnableKubernetesBetaAPIs
  • TestAccContainerCluster_withEnableKubernetesBetaAPIsOnExistingCluster
  • TestAccContainerCluster_withEnablePrivateEndpointToggle
  • TestAccContainerCluster_withEnterpriseConfig
  • TestAccContainerCluster_withExternalIpsConfig
  • TestAccContainerCluster_withFilteredNotificationConfig
  • TestAccContainerCluster_withFleetConfig
  • TestAccContainerCluster_withFlexStart
  • TestAccContainerCluster_withGatewayApiConfig
  • TestAccContainerCluster_withGcpPublicCidrsAccessEnabledToggle
  • TestAccContainerCluster_withIPAllocationPolicy_specificIPRanges
  • TestAccContainerCluster_withIPAllocationPolicy_specificSizes
  • TestAccContainerCluster_withInsecureKubeletReadonlyPortEnabledDefaultsUpdates
  • TestAccContainerCluster_withInsecureKubeletReadonlyPortEnabledInNodePool
  • TestAccContainerCluster_withKubeletResourceManagerConfig
  • TestAccContainerCluster_withLoggingVariantInNodeConfig
  • TestAccContainerCluster_withLoggingVariantInNodePool
  • TestAccContainerCluster_withLoggingVariantUpdates
  • TestAccContainerCluster_withMaintenanceExclusionOptions
  • TestAccContainerCluster_withMaintenanceExclusionWindow
  • TestAccContainerCluster_withMaintenanceWindow
  • TestAccContainerCluster_withMasterAuthorizedNetworksConfig
  • TestAccContainerCluster_withMasterAuthorizedNetworksDisabled
  • TestAccContainerCluster_withMonitoringConfig
  • TestAccContainerCluster_withMonitoringConfigAdvancedDatapathObservabilityConfig
  • TestAccContainerCluster_withMultiNetworking
  • TestAccContainerCluster_withNodeConfigGcfsConfig
  • TestAccContainerCluster_withNodeConfigKubeletConfigSettingsInNodePool
  • TestAccContainerCluster_withNodeConfigKubeletConfigSettingsUpdates
  • TestAccContainerCluster_withNodeConfigLinuxNodeConfig
  • TestAccContainerCluster_withNodeConfigReservationAffinitySpecific
  • TestAccContainerCluster_withNodePoolAutoscaling
  • TestAccContainerCluster_withNodePoolCIA
  • TestAccContainerCluster_withNodePoolDefaults
  • TestAccContainerCluster_withNodePoolMultiple
  • TestAccContainerCluster_withNodePoolNodeConfig
  • TestAccContainerCluster_withNodePoolResize
  • TestAccContainerCluster_withNodePoolUpdateVersion
  • TestAccContainerCluster_withNotificationConfig
  • TestAccContainerCluster_withPrivateClusterConfigBasic
  • TestAccContainerCluster_withPrivateClusterConfigPrivateEndpointSubnetwork
  • TestAccContainerCluster_withPrivateEndpointSubnetwork
  • TestAccContainerCluster_withProtectConfig
  • TestAccContainerCluster_withRecurringMaintenanceWindow
  • TestAccContainerCluster_withReleaseChannelEnabledDefaultVersion
  • TestAccContainerCluster_withResourceUsageExportConfig
  • TestAccContainerCluster_withSandboxConfig
  • TestAccContainerCluster_withSecretManagerConfig
  • TestAccContainerCluster_withSecurityPostureConfig
  • TestAccContainerCluster_withShieldedNodes
  • TestAccContainerCluster_withSoleTenantGroup
  • TestAccContainerCluster_withStandard_withNodePoolDefaults
  • TestAccContainerCluster_withTPUConfig
  • TestAccContainerCluster_withTelemetryEnabled
  • TestAccContainerCluster_withTpu
  • TestAccContainerCluster_withVersion
  • TestAccContainerCluster_withWorkloadALTSConfig
  • TestAccContainerCluster_with_PodCIDROverprovisionDisabled
  • TestAccContainerCluster_withoutConfidentialBootDisk
  • TestAccContainerNodePool_EmptyGuestAccelerator
  • TestAccContainerNodePool_autoscaling
  • TestAccContainerNodePool_basic
  • TestAccContainerNodePool_basicWithClusterId
  • TestAccContainerNodePool_compactPlacement
  • TestAccContainerNodePool_concurrent
  • TestAccContainerNodePool_customPlacementPolicy
  • TestAccContainerNodePool_defaultDriverInstallation
  • TestAccContainerNodePool_enableQueuedProvisioning
  • TestAccContainerNodePool_ephemeralStorageConfig
  • TestAccContainerNodePool_ephemeralStorageLocalSsdConfig
  • TestAccContainerNodePool_ephemeralStorageLocalSsdConfigOnlyDataCacheCount
  • TestAccContainerNodePool_ephemeralStorageLocalSsdConfigWithDataCacheCount
  • TestAccContainerNodePool_fastSocket
  • TestAccContainerNodePool_gcfsConfig
  • TestAccContainerNodePool_gvnic
  • TestAccContainerNodePool_localNvmeSsdBlockConfig
  • TestAccContainerNodePool_maxPodsPerNode
  • TestAccContainerNodePool_nodeLocations
  • TestAccContainerNodePool_performanceMonitoringUnit
  • TestAccContainerNodePool_regionalAutoscaling
  • TestAccContainerNodePool_regionalClusters
  • TestAccContainerNodePool_resize
  • TestAccContainerNodePool_resourceManagerTags
  • TestAccContainerNodePool_secondaryBootDisks
  • TestAccContainerNodePool_storagePools
  • TestAccContainerNodePool_totalSize
  • TestAccContainerNodePool_version
  • TestAccContainerNodePool_withCgroupMode
  • TestAccContainerNodePool_withClusterBootDisk
  • TestAccContainerNodePool_withConfidentialBootDisk
  • TestAccContainerNodePool_withConfidentialNodes
  • TestAccContainerNodePool_withEnablePrivateNodesToggle
  • TestAccContainerNodePool_withFlexStart
  • TestAccContainerNodePool_withGPU
  • TestAccContainerNodePool_withHostMaintenancePolicy
  • TestAccContainerNodePool_withHugepageConfig
  • TestAccContainerNodePool_withKubeletConfig
  • TestAccContainerNodePool_withLegacyNodeConfigAndBootDiskUpdate
  • TestAccContainerNodePool_withLinuxNodeConfig
  • TestAccContainerNodePool_withLocalSsdEncryptionMode
  • TestAccContainerNodePool_withLoggingVariantUpdates
  • TestAccContainerNodePool_withMachineAndDiskUpdate
  • TestAccContainerNodePool_withMachineDiskStoragePoolsUpdate
  • TestAccContainerNodePool_withManagement
  • TestAccContainerNodePool_withMaxRunDuration
  • TestAccContainerNodePool_withMultiNicNetworkConfig
  • TestAccContainerNodePool_withNodeConfig
  • TestAccContainerNodePool_withNodeConfigScopeAlias
  • TestAccContainerNodePool_withNodeConfigWithBootDiskConfig
  • TestAccContainerNodePool_withNodeConfigWithBootDiskConfigChangeType
  • TestAccContainerNodePool_withNodeConfigWithBootDiskConfigChangeTypeLegacy
  • TestAccContainerNodePool_withReservationAffinity
  • TestAccContainerNodePool_withReservationAffinitySpecific
  • TestAccContainerNodePool_withSandboxConfig
  • TestAccContainerNodePool_withSoleTenantConfig
  • TestAccContainerNodePool_withTaintsUpdate
  • TestAccContainerNodePool_withUpgradeSettings
  • TestAccContainerNodePool_withWindowsNodeConfig
  • TestAccContainerNodePool_withWorkloadIdentityConfig
  • TestAccContainerNodePool_withoutConfidentialBootDisk
  • TestAccDNSManagedZone_privateUpdate
  • TestAccDNSResponsePolicy_dnsResponsePolicyBasicExample
  • TestAccDNSResponsePolicy_update
  • TestAccDataFusionInstance_dataFusionInstanceCmekExample
  • TestAccDataLossPreventionJobTrigger_dlpJobTriggerInspectCustomInfoTypes
  • TestAccDataSourceGoogleServiceAccounts_basic
  • TestAccDiscoveryEngineCmekConfig_discoveryengineCmekconfigDefaultExample
  • TestAccDiscoveryEngineCmekConfig_discoveryengineCmekconfigDefaultExample_update
  • TestAccGKEBackupBackupPlanIamBindingGenerated
  • TestAccGKEBackupBackupPlanIamPolicyGenerated
  • TestAccGKEBackupBackupPlan_update
  • TestAccGKEBackupRestorePlanIamBindingGenerated
  • TestAccGKEHubMembershipIamPolicyGenerated
  • TestAccHealthcarePipelineJob_healthcarePipelineJobBackfillExample
  • TestAccNetworkServicesGateway_swpUpdate
  • TestAccSqlDatabaseInstance_MysqlReadPoolEnableDisableSuccess

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 5685
Passed tests: 4844
Skipped tests: 620
Affected tests: 221

Click here to see the affected service packages

All service packages are affected

Action taken

Found 221 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccCloudSecurityComplianceCloudControl_basic
  • TestAccCloudSecurityComplianceCloudControl_cloudsecuritycomplianceCloudcontrolBasicExample
  • TestAccCloudSecurityComplianceCloudControl_cloudsecuritycomplianceCloudcontrolUpdateExample
  • TestAccCloudSecurityComplianceCloudControl_update
  • TestAccCloudSecurityComplianceFrameworkDeployment_basic
  • TestAccCloudSecurityComplianceFrameworkDeployment_cloudsecuritycomplianceFrameworkDeploymentBasicExample
  • TestAccCloudSecurityComplianceFrameworkDeployment_cloudsecuritycomplianceFrameworkDeploymentUpdateExample
  • TestAccCloudSecurityComplianceFrameworkDeployment_update
  • TestAccCloudSecurityComplianceFramework_basic
  • TestAccCloudSecurityComplianceFramework_cloudsecuritycomplianceFrameworkBasicExample
  • TestAccCloudSecurityComplianceFramework_cloudsecuritycomplianceFrameworkUpdateExample
  • TestAccCloudSecurityComplianceFramework_update
  • TestAccComputeRegionBackendService_regionBackendServiceHaPolicyManualLeader_update
  • TestAccContainerClusterDatasource_zonal
  • TestAccContainerCluster_RbacBindingConfig
  • TestAccContainerCluster_WithCPAFeatures
  • TestAccContainerCluster_WithCPAFeaturesUpdate
  • TestAccContainerCluster_additional_ip_ranges_config_on_create
  • TestAccContainerCluster_auto_ipam_config_enabled
  • TestAccContainerCluster_auto_ipam_config_none
  • TestAccContainerCluster_autoprovisioningDefaultsManagement
  • TestAccContainerCluster_autoprovisioningDefaultsUpgradeSettings
  • TestAccContainerCluster_autoprovisioningLocations
  • TestAccContainerCluster_basic
  • TestAccContainerCluster_basic_noCpaUpgrade
  • TestAccContainerCluster_cloudDns_nil_scope
  • TestAccContainerCluster_customPlacementPolicy
  • TestAccContainerCluster_deleteExclusionWindow
  • TestAccContainerCluster_deleteMaintenanceExclusionOptions
  • TestAccContainerCluster_enableCiliumPolicies
  • TestAccContainerCluster_network
  • TestAccContainerCluster_networkPerformanceConfig
  • TestAccContainerCluster_networkingModeRoutes
  • TestAccContainerCluster_nodeAutoprovisioning
  • TestAccContainerCluster_nodeAutoprovisioningDefaults
  • TestAccContainerCluster_nodeAutoprovisioningDefaultsBootDiskKmsKey
  • TestAccContainerCluster_nodeAutoprovisioningDefaultsDiskSizeGb
  • TestAccContainerCluster_nodeAutoprovisioningDefaultsDiskType
  • TestAccContainerCluster_nodeAutoprovisioningDefaultsImageType
  • TestAccContainerCluster_nodeAutoprovisioningNetworkTags
  • TestAccContainerCluster_privateRegistry
  • TestAccContainerCluster_regional
  • TestAccContainerCluster_regionalWithNodeLocations
  • TestAccContainerCluster_regionalWithNodePool
  • TestAccContainerCluster_resourceManagerTags
  • TestAccContainerCluster_stackType_withDualStack
  • TestAccContainerCluster_stackType_withSingleStack
  • TestAccContainerCluster_storagePoolsWithNodeConfig
  • TestAccContainerCluster_storagePoolsWithNodePool
  • TestAccContainerCluster_updateMaintenanceExclusionOptions
  • TestAccContainerCluster_updateVersion
  • TestAccContainerCluster_withAdditiveVPC
  • TestAccContainerCluster_withAddons
  • TestAccContainerCluster_withAdvancedDatapath
  • TestAccContainerCluster_withAdvancedMachineFeaturesInNodePool
  • TestAccContainerCluster_withAdvancedMachineFeaturesPMU_Standard
  • TestAccContainerCluster_withAnonymousAuthenticationConfig
  • TestAccContainerCluster_withAuthenticatorGroupsConfig
  • TestAccContainerCluster_withAuthorizedNetworkPrivateEnforcementToggle
  • TestAccContainerCluster_withAutoscalingProfile
  • TestAccContainerCluster_withBinaryAuthorizationEnabledBool
  • TestAccContainerCluster_withBinaryAuthorizationEvaluationModeClassic
  • TestAccContainerCluster_withBootDiskKmsKey
  • TestAccContainerCluster_withCidrBlockWithoutPrivateEndpointSubnetwork
  • TestAccContainerCluster_withConfidentialBootDisk
  • TestAccContainerCluster_withConfidentialBootDiskNodeConfig
  • TestAccContainerCluster_withConfidentialNodes
  • TestAccContainerCluster_withCostManagementConfig
  • TestAccContainerCluster_withCpuCfsQuotaPool
  • TestAccContainerCluster_withDNSConfig
  • TestAccContainerCluster_withDatabaseEncryption
  • TestAccContainerCluster_withDefaultComputeClassEnabled
  • TestAccContainerCluster_withDeletionProtection
  • TestAccContainerCluster_withDnsEndpoint
  • TestAccContainerCluster_withEnableKubernetesAlpha
  • TestAccContainerCluster_withEnableKubernetesBetaAPIs
  • TestAccContainerCluster_withEnableKubernetesBetaAPIsOnExistingCluster
  • TestAccContainerCluster_withEnablePrivateEndpointToggle
  • TestAccContainerCluster_withEnterpriseConfig
  • TestAccContainerCluster_withExternalIpsConfig
  • TestAccContainerCluster_withFilteredNotificationConfig
  • TestAccContainerCluster_withFleetConfig
  • TestAccContainerCluster_withFlexStart
  • TestAccContainerCluster_withFlexiblePodCIDR
  • TestAccContainerCluster_withGatewayApiConfig
  • TestAccContainerCluster_withGcpPublicCidrsAccessEnabledToggle
  • TestAccContainerCluster_withILBSubsetting
  • TestAccContainerCluster_withIPAllocationPolicy_specificIPRanges
  • TestAccContainerCluster_withInsecureKubeletReadonlyPortEnabledDefaultsUpdates
  • TestAccContainerCluster_withInsecureKubeletReadonlyPortEnabledInNodePool
  • TestAccContainerCluster_withIntraNodeVisibility
  • TestAccContainerCluster_withKubeletResourceManagerConfig
  • TestAccContainerCluster_withLocalSsdEncryptionMode
  • TestAccContainerCluster_withLoggingConfig
  • TestAccContainerCluster_withLoggingVariantInNodeConfig
  • TestAccContainerCluster_withLoggingVariantInNodePool
  • TestAccContainerCluster_withLoggingVariantUpdates
  • TestAccContainerCluster_withMaintenanceExclusionOptions
  • TestAccContainerCluster_withMaintenanceExclusionWindow
  • TestAccContainerCluster_withMaintenanceWindow
  • TestAccContainerCluster_withMasterAuthorizedNetworksConfig
  • TestAccContainerCluster_withMasterAuthorizedNetworksDisabled
  • TestAccContainerCluster_withMaxRunDuration
  • TestAccContainerCluster_withMonitoringConfigAdvancedDatapathObservabilityConfig
  • TestAccContainerCluster_withMultiNetworking
  • TestAccContainerCluster_withNodeConfigFastSocket
  • TestAccContainerCluster_withNodeConfigKubeletConfigSettingsInNodePool
  • TestAccContainerCluster_withNodeConfigKubeletConfigSettingsUpdates
  • TestAccContainerCluster_withNodeConfigLinuxNodeConfig
  • TestAccContainerCluster_withNodeConfigReservationAffinitySpecific
  • TestAccContainerCluster_withNodePoolAutoscaling
  • TestAccContainerCluster_withNodePoolCIA
  • TestAccContainerCluster_withNodePoolDefaults
  • TestAccContainerCluster_withNodePoolMultiple
  • TestAccContainerCluster_withNodePoolNodeConfig
  • TestAccContainerCluster_withNodePoolResize
  • TestAccContainerCluster_withNodePoolUpdateVersion
  • TestAccContainerCluster_withNotificationConfig
  • TestAccContainerCluster_withPrivateClusterConfigBasic
  • TestAccContainerCluster_withPrivateClusterConfigGlobalAccessEnabledOnly
  • TestAccContainerCluster_withPrivateClusterConfigPrivateEndpointSubnetwork
  • TestAccContainerCluster_withPrivateEndpointSubnetwork
  • TestAccContainerCluster_withProtectConfig
  • TestAccContainerCluster_withRecurringMaintenanceWindow
  • TestAccContainerCluster_withReleaseChannelEnabled
  • TestAccContainerCluster_withReleaseChannelEnabledDefaultVersion
  • TestAccContainerCluster_withResourceUsageExportConfig
  • TestAccContainerCluster_withSandboxConfig
  • TestAccContainerCluster_withSecretManagerConfig
  • TestAccContainerCluster_withSecurityPostureConfig
  • TestAccContainerCluster_withShieldedNodes
  • TestAccContainerCluster_withSoleTenantGroup
  • TestAccContainerCluster_withStandard_withNodePoolDefaults
  • TestAccContainerCluster_withTPUConfig
  • TestAccContainerCluster_withTelemetryEnabled
  • TestAccContainerCluster_withTpu
  • TestAccContainerCluster_withVersion
  • TestAccContainerCluster_withWorkloadALTSConfig
  • TestAccContainerCluster_withWorkloadMetadataConfig
  • TestAccContainerCluster_with_PodCIDROverprovisionDisabled
  • TestAccContainerCluster_withoutConfidentialBootDisk
  • TestAccContainerNodePool_EmptyGuestAccelerator
  • TestAccContainerNodePool_autoscaling
  • TestAccContainerNodePool_basic
  • TestAccContainerNodePool_basicWithClusterId
  • TestAccContainerNodePool_compactPlacement
  • TestAccContainerNodePool_concurrent
  • TestAccContainerNodePool_customPlacementPolicy
  • TestAccContainerNodePool_defaultDriverInstallation
  • TestAccContainerNodePool_enableQueuedProvisioning
  • TestAccContainerNodePool_ephemeralStorageConfig
  • TestAccContainerNodePool_ephemeralStorageLocalSsdConfig
  • TestAccContainerNodePool_ephemeralStorageLocalSsdConfigOnlyDataCacheCount
  • TestAccContainerNodePool_ephemeralStorageLocalSsdConfigWithDataCacheCount
  • TestAccContainerNodePool_fastSocket
  • TestAccContainerNodePool_gcfsConfig
  • TestAccContainerNodePool_gvnic
  • TestAccContainerNodePool_localNvmeSsdBlockConfig
  • TestAccContainerNodePool_maxPodsPerNode
  • TestAccContainerNodePool_nodeLocations
  • TestAccContainerNodePool_privateRegistry
  • TestAccContainerNodePool_regionalAutoscaling
  • TestAccContainerNodePool_regionalClusters
  • TestAccContainerNodePool_resize
  • TestAccContainerNodePool_resourceManagerTags
  • TestAccContainerNodePool_secondaryBootDisks
  • TestAccContainerNodePool_shieldedInstanceConfig
  • TestAccContainerNodePool_storagePools
  • TestAccContainerNodePool_threadsPerCore
  • TestAccContainerNodePool_totalSize
  • TestAccContainerNodePool_version
  • TestAccContainerNodePool_withCgroupMode
  • TestAccContainerNodePool_withClusterBootDisk
  • TestAccContainerNodePool_withConfidentialBootDisk
  • TestAccContainerNodePool_withConfidentialNodes
  • TestAccContainerNodePool_withEnablePrivateNodesToggle
  • TestAccContainerNodePool_withFlexStart
  • TestAccContainerNodePool_withGPU
  • TestAccContainerNodePool_withHostMaintenancePolicy
  • TestAccContainerNodePool_withHugepageConfig
  • TestAccContainerNodePool_withKubeletConfig
  • TestAccContainerNodePool_withLegacyNodeConfigAndBootDiskUpdate
  • TestAccContainerNodePool_withLinuxNodeConfig
  • TestAccContainerNodePool_withLocalSsdEncryptionMode
  • TestAccContainerNodePool_withLoggingVariantUpdates
  • TestAccContainerNodePool_withMachineAndDiskUpdate
  • TestAccContainerNodePool_withMachineDiskStoragePoolsUpdate
  • TestAccContainerNodePool_withManagement
  • TestAccContainerNodePool_withMaxRunDuration
  • TestAccContainerNodePool_withMultiNicNetworkConfig
  • TestAccContainerNodePool_withNodeConfig
  • TestAccContainerNodePool_withNodeConfigScopeAlias
  • TestAccContainerNodePool_withNodeConfigWithBootDiskConfig
  • TestAccContainerNodePool_withNodeConfigWithBootDiskConfigChangeType
  • TestAccContainerNodePool_withNodeConfigWithBootDiskConfigChangeTypeLegacy
  • TestAccContainerNodePool_withReservationAffinity
  • TestAccContainerNodePool_withReservationAffinitySpecific
  • TestAccContainerNodePool_withSandboxConfig
  • TestAccContainerNodePool_withSoleTenantConfig
  • TestAccContainerNodePool_withTaintsUpdate
  • TestAccContainerNodePool_withUpgradeSettings
  • TestAccContainerNodePool_withWindowsNodeConfig
  • TestAccContainerNodePool_withWorkloadIdentityConfig
  • TestAccContainerNodePool_withoutConfidentialBootDisk
  • TestAccDNSManagedZone_dnsManagedZonePrivateGkeExample
  • TestAccDNSManagedZone_privateUpdate
  • TestAccDNSResponsePolicy_update
  • TestAccDataFusionInstance_dataFusionInstanceCmekExample
  • TestAccDataLossPreventionJobTrigger_dlpJobTriggerInspectCustomInfoTypes
  • TestAccDataSourceGoogleServiceAccounts_basic
  • TestAccDiscoveryEngineCmekConfig_discoveryengineCmekconfigDefaultExample
  • TestAccDiscoveryEngineCmekConfig_discoveryengineCmekconfigDefaultExample_update
  • TestAccGKEBackupBackupPlanIamBindingGenerated
  • TestAccGKEBackupBackupPlanIamPolicyGenerated
  • TestAccGKEBackupBackupPlan_update
  • TestAccGKEBackupRestorePlanIamBindingGenerated
  • TestAccGKEBackupRestorePlan_update
  • TestAccGKEHubMembershipIamBindingGenerated
  • TestAccHealthcarePipelineJob_healthcarePipelineJobBackfillExample
  • TestAccNetworkServicesGateway_swpUpdate
  • TestAccSqlDatabaseInstance_MysqlReadPoolEnableDisableSuccess

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 5686
Passed tests: 4857
Skipped tests: 620
Affected tests: 209

Click here to see the affected service packages

All service packages are affected

Action taken

Found 209 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccCloudSecurityComplianceCloudControl_basic
  • TestAccCloudSecurityComplianceCloudControl_cloudsecuritycomplianceCloudcontrolBasicExample
  • TestAccCloudSecurityComplianceCloudControl_cloudsecuritycomplianceCloudcontrolUpdateExample
  • TestAccCloudSecurityComplianceCloudControl_update
  • TestAccCloudSecurityComplianceFrameworkDeployment_basic
  • TestAccCloudSecurityComplianceFrameworkDeployment_cloudsecuritycomplianceFrameworkDeploymentBasicExample
  • TestAccCloudSecurityComplianceFrameworkDeployment_cloudsecuritycomplianceFrameworkDeploymentUpdateExample
  • TestAccCloudSecurityComplianceFrameworkDeployment_update
  • TestAccCloudSecurityComplianceFramework_basic
  • TestAccCloudSecurityComplianceFramework_cloudsecuritycomplianceFrameworkBasicExample
  • TestAccCloudSecurityComplianceFramework_cloudsecuritycomplianceFrameworkUpdateExample
  • TestAccCloudSecurityComplianceFramework_update
  • TestAccContainerClusterDatasource_regional
  • TestAccContainerCluster_WithCPAFeatures
  • TestAccContainerCluster_WithCPAFeaturesUpdate
  • TestAccContainerCluster_additional_ip_ranges_config_on_update
  • TestAccContainerCluster_auto_ipam_config_enabled
  • TestAccContainerCluster_auto_ipam_config_none
  • TestAccContainerCluster_autoprovisioningDefaultsManagement
  • TestAccContainerCluster_autoprovisioningDefaultsUpgradeSettings
  • TestAccContainerCluster_autoprovisioningLocations
  • TestAccContainerCluster_basic
  • TestAccContainerCluster_basic_noCpaUpgrade
  • TestAccContainerCluster_cloudDns_nil_scope
  • TestAccContainerCluster_customPlacementPolicy
  • TestAccContainerCluster_deleteExclusionWindow
  • TestAccContainerCluster_deleteMaintenanceExclusionOptions
  • TestAccContainerCluster_disableControlPlaneIP
  • TestAccContainerCluster_disableL4LbFirewallReconciliation
  • TestAccContainerCluster_enableCiliumPolicies
  • TestAccContainerCluster_inTransitEncryptionConfig
  • TestAccContainerCluster_network
  • TestAccContainerCluster_networkPerformanceConfig
  • TestAccContainerCluster_networkingModeRoutes
  • TestAccContainerCluster_nodeAutoprovisioning
  • TestAccContainerCluster_nodeAutoprovisioningDefaults
  • TestAccContainerCluster_nodeAutoprovisioningDefaultsBootDiskKmsKey
  • TestAccContainerCluster_nodeAutoprovisioningDefaultsDiskSizeGb
  • TestAccContainerCluster_nodeAutoprovisioningNetworkTags
  • TestAccContainerCluster_privateRegistry
  • TestAccContainerCluster_regional
  • TestAccContainerCluster_regionalWithNodeLocations
  • TestAccContainerCluster_regionalWithNodePool
  • TestAccContainerCluster_resourceManagerTags
  • TestAccContainerCluster_stackType_withDualStack
  • TestAccContainerCluster_stackType_withSingleStack
  • TestAccContainerCluster_storagePoolsWithNodeConfig
  • TestAccContainerCluster_storagePoolsWithNodePool
  • TestAccContainerCluster_updateMaintenanceExclusionOptions
  • TestAccContainerCluster_updateVersion
  • TestAccContainerCluster_withAdditiveVPC
  • TestAccContainerCluster_withAdvancedDatapath
  • TestAccContainerCluster_withAdvancedMachineFeaturesInNodePool
  • TestAccContainerCluster_withAdvancedMachineFeaturesPMU_Architectural
  • TestAccContainerCluster_withAdvancedMachineFeaturesPMU_Standard
  • TestAccContainerCluster_withAnonymousAuthenticationConfig
  • TestAccContainerCluster_withAuthenticatorGroupsConfig
  • TestAccContainerCluster_withAuthorizedNetworkPrivateEnforcementToggle
  • TestAccContainerCluster_withBinaryAuthorizationEnabledBool
  • TestAccContainerCluster_withBinaryAuthorizationEvaluationModeClassic
  • TestAccContainerCluster_withBootDiskKmsKey
  • TestAccContainerCluster_withCidrBlockWithoutPrivateEndpointSubnetwork
  • TestAccContainerCluster_withConfidentialBootDisk
  • TestAccContainerCluster_withConfidentialBootDiskNodeConfig
  • TestAccContainerCluster_withConfidentialNodes
  • TestAccContainerCluster_withCostManagementConfig
  • TestAccContainerCluster_withCpuCfsQuotaPool
  • TestAccContainerCluster_withDNSConfig
  • TestAccContainerCluster_withDefaultComputeClassEnabled
  • TestAccContainerCluster_withDeletionProtection
  • TestAccContainerCluster_withDnsEndpoint
  • TestAccContainerCluster_withEnableKubernetesAlpha
  • TestAccContainerCluster_withEnablePrivateEndpointToggle
  • TestAccContainerCluster_withEnterpriseConfig
  • TestAccContainerCluster_withFQDNNetworkPolicy
  • TestAccContainerCluster_withFilteredNotificationConfig
  • TestAccContainerCluster_withFleetConfig
  • TestAccContainerCluster_withFlexStart
  • TestAccContainerCluster_withGatewayApiConfig
  • TestAccContainerCluster_withGcpPublicCidrsAccessEnabledToggle
  • TestAccContainerCluster_withILBSubsetting
  • TestAccContainerCluster_withIPAllocationPolicy_existingSecondaryRanges
  • TestAccContainerCluster_withIPAllocationPolicy_specificIPRanges
  • TestAccContainerCluster_withInsecureKubeletReadonlyPortEnabledDefaultsUpdates
  • TestAccContainerCluster_withInsecureKubeletReadonlyPortEnabledInNodePool
  • TestAccContainerCluster_withIntraNodeVisibility
  • TestAccContainerCluster_withKubeletConfig
  • TestAccContainerCluster_withKubeletResourceManagerConfig
  • TestAccContainerCluster_withLocalSsdEncryptionMode
  • TestAccContainerCluster_withLoggingConfig
  • TestAccContainerCluster_withLoggingVariantInNodeConfig
  • TestAccContainerCluster_withLoggingVariantInNodePool
  • TestAccContainerCluster_withLoggingVariantUpdates
  • TestAccContainerCluster_withMaintenanceExclusionOptions
  • TestAccContainerCluster_withMaintenanceExclusionWindow
  • TestAccContainerCluster_withMaintenanceWindow
  • TestAccContainerCluster_withMasterAuthConfig_NoCert
  • TestAccContainerCluster_withMasterAuthorizedNetworksConfig
  • TestAccContainerCluster_withMasterAuthorizedNetworksDisabled
  • TestAccContainerCluster_withMaxRunDuration
  • TestAccContainerCluster_withMonitoringConfig
  • TestAccContainerCluster_withMonitoringConfigAdvancedDatapathObservabilityConfig
  • TestAccContainerCluster_withMultiNetworking
  • TestAccContainerCluster_withNodeConfigFastSocket
  • TestAccContainerCluster_withNodeConfigGcfsConfig
  • TestAccContainerCluster_withNodeConfigKubeletConfigSettingsInNodePool
  • TestAccContainerCluster_withNodeConfigKubeletConfigSettingsUpdates
  • TestAccContainerCluster_withNodeConfigLinuxNodeConfig
  • TestAccContainerCluster_withNodeConfigReservationAffinity
  • TestAccContainerCluster_withNodeConfigReservationAffinitySpecific
  • TestAccContainerCluster_withNodePoolAutoscaling
  • TestAccContainerCluster_withNodePoolCIA
  • TestAccContainerCluster_withNodePoolDefaults
  • TestAccContainerCluster_withNodePoolMultiple
  • TestAccContainerCluster_withNodePoolNodeConfig
  • TestAccContainerCluster_withNodePoolResize
  • TestAccContainerCluster_withNodePoolUpdateVersion
  • TestAccContainerCluster_withNotificationConfig
  • TestAccContainerCluster_withPrivateClusterConfigBasic
  • TestAccContainerCluster_withPrivateClusterConfigGlobalAccessEnabledOnly
  • TestAccContainerCluster_withPrivateClusterConfigPrivateEndpointSubnetwork
  • TestAccContainerCluster_withPrivateEndpointSubnetwork
  • TestAccContainerCluster_withProtectConfig
  • TestAccContainerCluster_withRecurringMaintenanceWindow
  • TestAccContainerCluster_withReleaseChannelEnabled
  • TestAccContainerCluster_withReleaseChannelEnabledDefaultVersion
  • TestAccContainerCluster_withResourceUsageExportConfig
  • TestAccContainerCluster_withSandboxConfig
  • TestAccContainerCluster_withSecurityPostureConfig
  • TestAccContainerCluster_withSoleTenantGroup
  • TestAccContainerCluster_withStandard_withNodePoolDefaults
  • TestAccContainerCluster_withTPUConfig
  • TestAccContainerCluster_withTpu
  • TestAccContainerCluster_withVersion
  • TestAccContainerCluster_withWorkloadALTSConfig
  • TestAccContainerCluster_withWorkloadMetadataConfig
  • TestAccContainerCluster_with_PodCIDROverprovisionDisabled
  • TestAccContainerCluster_withoutConfidentialBootDisk
  • TestAccContainerNodePool_EmptyGuestAccelerator
  • TestAccContainerNodePool_autoscaling
  • TestAccContainerNodePool_basic
  • TestAccContainerNodePool_basicWithClusterId
  • TestAccContainerNodePool_compactPlacement
  • TestAccContainerNodePool_concurrent
  • TestAccContainerNodePool_customPlacementPolicy
  • TestAccContainerNodePool_defaultDriverInstallation
  • TestAccContainerNodePool_enableQueuedProvisioning
  • TestAccContainerNodePool_ephemeralStorageLocalSsdConfig
  • TestAccContainerNodePool_ephemeralStorageLocalSsdConfigOnlyDataCacheCount
  • TestAccContainerNodePool_ephemeralStorageLocalSsdConfigWithDataCacheCount
  • TestAccContainerNodePool_fastSocket
  • TestAccContainerNodePool_gcfsConfig
  • TestAccContainerNodePool_gvnic
  • TestAccContainerNodePool_localNvmeSsdBlockConfig
  • TestAccContainerNodePool_maxPodsPerNode
  • TestAccContainerNodePool_nodeLocations
  • TestAccContainerNodePool_performanceMonitoringUnit
  • TestAccContainerNodePool_privateRegistry
  • TestAccContainerNodePool_regionalAutoscaling
  • TestAccContainerNodePool_resize
  • TestAccContainerNodePool_resourceManagerTags
  • TestAccContainerNodePool_secondaryBootDisks
  • TestAccContainerNodePool_storagePools
  • TestAccContainerNodePool_totalSize
  • TestAccContainerNodePool_version
  • TestAccContainerNodePool_withCgroupMode
  • TestAccContainerNodePool_withConfidentialBootDisk
  • TestAccContainerNodePool_withConfidentialNodes
  • TestAccContainerNodePool_withEnablePrivateNodesToggle
  • TestAccContainerNodePool_withFlexStart
  • TestAccContainerNodePool_withHostMaintenancePolicy
  • TestAccContainerNodePool_withHugepageConfig
  • TestAccContainerNodePool_withKubeletConfig
  • TestAccContainerNodePool_withLegacyNodeConfigAndBootDiskUpdate
  • TestAccContainerNodePool_withLinuxNodeConfig
  • TestAccContainerNodePool_withLocalSsdEncryptionMode
  • TestAccContainerNodePool_withLoggingVariantUpdates
  • TestAccContainerNodePool_withMachineAndDiskUpdate
  • TestAccContainerNodePool_withMachineDiskStoragePoolsUpdate
  • TestAccContainerNodePool_withManagement
  • TestAccContainerNodePool_withMaxRunDuration
  • TestAccContainerNodePool_withMultiNicNetworkConfig
  • TestAccContainerNodePool_withNodeConfig
  • TestAccContainerNodePool_withNodeConfigWithBootDiskConfig
  • TestAccContainerNodePool_withNodeConfigWithBootDiskConfigChangeType
  • TestAccContainerNodePool_withNodeConfigWithBootDiskConfigChangeTypeLegacy
  • TestAccContainerNodePool_withReservationAffinity
  • TestAccContainerNodePool_withTaintsUpdate
  • TestAccContainerNodePool_withUpgradeSettings
  • TestAccContainerNodePool_withWindowsNodeConfig
  • TestAccContainerNodePool_withWorkloadIdentityConfig
  • TestAccContainerNodePool_withoutConfidentialBootDisk
  • TestAccDNSManagedZone_dnsManagedZonePrivateGkeExample
  • TestAccDNSManagedZone_privateUpdate
  • TestAccDNSResponsePolicy_update
  • TestAccDataFusionInstance_dataFusionInstanceCmekExample
  • TestAccDataLossPreventionJobTrigger_dlpJobTriggerInspectCustomInfoTypes
  • TestAccDataSourceGoogleServiceAccounts_basic
  • TestAccDiscoveryEngineCmekConfig_discoveryengineCmekconfigDefaultExample
  • TestAccDiscoveryEngineCmekConfig_discoveryengineCmekconfigDefaultExample_update
  • TestAccGKEBackupBackupPlanIamBindingGenerated
  • TestAccGKEBackupBackupPlanIamPolicyGenerated
  • TestAccGKEBackupBackupPlan_update
  • TestAccGKEBackupRestorePlanIamBindingGenerated
  • TestAccGKEBackupRestorePlanIamPolicyGenerated
  • TestAccGKEHubMembershipIamPolicyGenerated
  • TestAccHealthcarePipelineJob_healthcarePipelineJobBackfillExample
  • TestAccNetworkServicesGateway_swpUpdate
  • TestAccSqlDatabaseInstance_MysqlReadPoolEnableDisableSuccess

Get to know how VCR tests work

@thoufic67
Copy link
Author

@BBBmau A gentle ping for review

FYI this is a child pr of: #15192

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants