Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add key_revocation_action_type field to google_compute_instance and related resources #11741

Closed

Conversation

karolgorc
Copy link
Contributor

@karolgorc karolgorc commented Sep 18, 2024

  • Added the field to
    • google_compute_instance
    • google_compute_instance_from_template
    • google_compute_instance_from_machine_image
    • google_compute_instance_template
    • google_compute_region_instance_template
  • Added tests
  • Added data source support
  • Added doc changes

The default value should be NONE because it's set by the API automatically. There is a test case that checks if it produces any diff if the field is unset

Release Note Template for Downstream PRs (will be copied)

compute: Added `key_revocation_action_type` field to `google_compute_instance` and related resources

Copy link

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

@melinath, 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 modular-magician added the awaiting-approval Pull requests that needs reviewer's approval to run presubmit tests label Sep 18, 2024
@melinath melinath requested review from a team, melinath and rileykarson and removed request for melinath and a team September 18, 2024 16:17
@melinath
Copy link
Member

reassigning due to upcoming OOO

Copy link

@rileykarson This PR has been waiting for review for 3 weekdays. Please take a look! Use the label disable-review-reminders to disable these notifications.

Copy link

@GoogleCloudPlatform/terraform-team @rileykarson This PR has been waiting for review for 1 week. Please take a look! Use the label disable-review-reminders to disable these notifications.

add region_instance_template
Add key_revocation_action_type field
@modular-magician modular-magician added service/compute-instances and removed awaiting-approval Pull requests that needs reviewer's approval to run presubmit tests labels Sep 27, 2024
@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 ( 12 files changed, 208 insertions(+))
google-beta provider: Diff ( 12 files changed, 208 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

Tests analytics

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

Click here to see the affected service packages
  • compute
#### Non-exercised tests

Tests were added that are skipped in VCR:

  • TestAccComputeInstanceTemplate_keyRevocationActionType
  • TestAccComputeInstance_keyRevocationActionType
    $\textcolor{red}{\textsf{Errors occurred during REPLAYING mode. Please fix them to complete your PR.}}$

View the build log

@modular-magician modular-magician added the awaiting-approval Pull requests that needs reviewer's approval to run presubmit tests label Sep 30, 2024
Copy link

github-actions bot commented Oct 2, 2024

@GoogleCloudPlatform/terraform-team @rileykarson This PR has been waiting for review for 2 weeks. Please take a look! Use the label disable-review-reminders to disable these notifications.

@melinath melinath requested review from melinath and removed request for rileykarson October 2, 2024 15:30
@modular-magician modular-magician removed the awaiting-approval Pull requests that needs reviewer's approval to run presubmit tests label Oct 2, 2024
@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 ( 12 files changed, 208 insertions(+))
google-beta provider: Diff ( 12 files changed, 208 insertions(+))

Missing test report

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

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

resource "google_compute_instance" "primary" {
  key_revocation_action_type = # value needed
}

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

resource "google_compute_instance_from_machine_image" "primary" {
  key_revocation_action_type = # value needed
}

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

resource "google_compute_instance_from_template" "primary" {
  key_revocation_action_type = # value needed
}

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

resource "google_compute_instance_template" "primary" {
  key_revocation_action_type = # value needed
}

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

resource "google_compute_region_instance_template" "primary" {
  key_revocation_action_type = # value needed
}

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 1028
Passed tests: 612
Skipped tests: 74
Affected tests: 342

Click here to see the affected service packages
  • compute

Action taken

Found 342 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccComputeAddress_instanceWithIpExample
  • TestAccComputeAttachedDisk_basic
  • TestAccComputeAttachedDisk_count
  • TestAccComputeAttachedDisk_diskInterface
  • TestAccComputeAttachedDisk_full
  • TestAccComputeAttachedDisk_region
  • TestAccComputeAttachedDisk_zoneless
  • TestAccComputeAutoscaler_autoscalerBasicExample
  • TestAccComputeAutoscaler_autoscalerSingleInstanceExample
  • TestAccComputeAutoscaler_multicondition
  • TestAccComputeAutoscaler_scaleDownControl
  • TestAccComputeAutoscaler_scaleInControl
  • TestAccComputeAutoscaler_scaleInControlFixed
  • TestAccComputeAutoscaler_scalingSchedule
  • TestAccComputeAutoscaler_update
  • TestAccComputeBackendService_withBackend
  • TestAccComputeBackendService_withBackendAndIAP
  • TestAccComputeBackendService_withBackendAndMaxUtilization
  • TestAccComputeBackendService_withMaxConnections
  • TestAccComputeBackendService_withMaxConnectionsPerEndpoint
  • TestAccComputeBackendService_withMaxConnectionsPerInstance
  • TestAccComputeBackendService_withMaxRatePerEndpoint
  • TestAccComputeDisk_deleteDetach
  • TestAccComputeDisk_multiWriter
  • TestAccComputeForwardingRule_forwardingRuleHttpLbExample
  • TestAccComputeForwardingRule_forwardingRuleRegionalHttpXlbExample
  • TestAccComputeForwardingRule_internalHttpLbWithMigBackendExample
  • TestAccComputeForwardingRule_internalTcpUdpLbWithMigBackendExample
  • TestAccComputeForwardingRule_internalTcpUdpLbWithMigBackendExampleUpdate
  • TestAccComputeGlobalForwardingRule_externalHttpLbMigBackendCustomHeaderExample
  • TestAccComputeGlobalForwardingRule_externalTcpProxyLbMigBackendExample
  • TestAccComputeGlobalForwardingRule_globalForwardingRuleInternalExample
  • TestAccComputeGlobalForwardingRule_globalInternalHttpLbWithMigBackendExample
  • TestAccComputeGlobalForwardingRule_internalLoadBalancing
  • TestAccComputeInstanceConfidentialInstanceConfigMain
  • TestAccComputeInstanceFromMachineImageWithOverride_localSsdRecoveryTimeout
  • TestAccComputeInstanceFromMachineImageWithOverride_partnerMetadata
  • TestAccComputeInstanceFromMachineImage_basic
  • TestAccComputeInstanceFromMachineImage_confidentialInstanceConfigMain
  • TestAccComputeInstanceFromMachineImage_diffProject
  • TestAccComputeInstanceFromMachineImage_localSsdRecoveryTimeout
  • TestAccComputeInstanceFromMachineImage_maxRunDuration
  • TestAccComputeInstanceFromMachineImage_overrideMetadataDotStartupScript
  • TestAccComputeInstanceFromRegionTemplate_basic
  • TestAccComputeInstanceFromTemplateWithOverride_interface
  • TestAccComputeInstanceFromTemplateWithOverride_localSsdRecoveryTimeout
  • TestAccComputeInstanceFromTemplateWithOverride_partnerMetadata
  • TestAccComputeInstanceFromTemplate_basic
  • TestAccComputeInstanceFromTemplate_confidentialInstanceConfigMain
  • TestAccComputeInstanceFromTemplate_diskResourcePolicies
  • TestAccComputeInstanceFromTemplate_localSsdRecoveryTimeout
  • TestAccComputeInstanceFromTemplate_maxRunDuration_onInstanceStopAction
  • TestAccComputeInstanceFromTemplate_overrideAttachedDisk
  • TestAccComputeInstanceFromTemplate_overrideBootDisk
  • TestAccComputeInstanceFromTemplate_overrideMetadataDotStartupScript
  • TestAccComputeInstanceFromTemplate_overrideScheduling
  • TestAccComputeInstanceFromTemplate_overrideScratchDisk
  • TestAccComputeInstanceFromTemplate_partnerMetadata
  • TestAccComputeInstanceFromTemplate_self_link_unique
  • TestAccComputeInstanceGroup_basic
  • TestAccComputeInstanceGroup_network
  • TestAccComputeInstanceGroup_outOfOrderInstances
  • TestAccComputeInstanceGroup_rename
  • TestAccComputeInstanceGroup_update
  • TestAccComputeInstanceIamBindingGenerated
  • TestAccComputeInstanceIamBindingGenerated_withCondition
  • TestAccComputeInstanceIamMemberGenerated
  • TestAccComputeInstanceIamMemberGenerated_withCondition
  • TestAccComputeInstanceIamPolicy
  • TestAccComputeInstanceIamPolicyGenerated
  • TestAccComputeInstanceIamPolicyGenerated_withCondition
  • TestAccComputeInstanceNetworkIntefaceWithSecurityPolicy
  • TestAccComputeInstanceTemplate_AdvancedMachineFeatures
  • TestAccComputeInstanceTemplate_ConfidentialInstanceConfigMain
  • TestAccComputeInstanceTemplate_EncryptKMS
  • TestAccComputeInstanceTemplate_IP
  • TestAccComputeInstanceTemplate_IPv6
  • TestAccComputeInstanceTemplate_NetworkAttachment
  • TestAccComputeInstanceTemplate_basic
  • TestAccComputeInstanceTemplate_diskIops
  • TestAccComputeInstanceTemplate_diskResourcePolicies
  • TestAccComputeInstanceTemplate_disks
  • TestAccComputeInstanceTemplate_enableDisplay
  • TestAccComputeInstanceTemplate_guestAccelerator
  • TestAccComputeInstanceTemplate_guestAcceleratorSkip
  • TestAccComputeInstanceTemplate_hostErrorTimeoutSeconds
  • TestAccComputeInstanceTemplate_imageShorthand
  • TestAccComputeInstanceTemplate_instanceResourcePolicies
  • TestAccComputeInstanceTemplate_keyRevocationActionType
  • TestAccComputeInstanceTemplate_localSsdRecoveryTimeout
  • TestAccComputeInstanceTemplate_maintenance_interval
  • TestAccComputeInstanceTemplate_managedEnvoy
  • TestAccComputeInstanceTemplate_maxRunDuration_onInstanceStopAction
  • TestAccComputeInstanceTemplate_metadata_startup_script
  • TestAccComputeInstanceTemplate_minCpuPlatform
  • TestAccComputeInstanceTemplate_networkIP
  • TestAccComputeInstanceTemplate_networkIPAddress
  • TestAccComputeInstanceTemplate_networkTier
  • TestAccComputeInstanceTemplate_nictype_update
  • TestAccComputeInstanceTemplate_partnerMetadata
  • TestAccComputeInstanceTemplate_preemptible
  • TestAccComputeInstanceTemplate_primaryAliasIpRange
  • TestAccComputeInstanceTemplate_queueCount
  • TestAccComputeInstanceTemplate_regionDisks
  • TestAccComputeInstanceTemplate_reservationAffinities
  • TestAccComputeInstanceTemplate_resourceManagerTags
  • TestAccComputeInstanceTemplate_secondaryAliasIpRange
  • TestAccComputeInstanceTemplate_shieldedVmConfig1
  • TestAccComputeInstanceTemplate_shieldedVmConfig2
  • TestAccComputeInstanceTemplate_soleTenantNodeAffinities
  • TestAccComputeInstanceTemplate_sourceImageEncryptionKey
  • TestAccComputeInstanceTemplate_sourceSnapshotEncryptionKey
  • TestAccComputeInstanceTemplate_spot
  • TestAccComputeInstanceTemplate_spot_maxRunDuration
  • TestAccComputeInstanceTemplate_spot_maxRunDuration_deleteTerminationAction
  • TestAccComputeInstanceTemplate_spot_maxRunDuration_stopTerminationAction
  • TestAccComputeInstanceTemplate_subnet_auto
  • TestAccComputeInstanceTemplate_subnet_custom
  • TestAccComputeInstanceTemplate_with18TbScratchDisk
  • TestAccComputeInstanceTemplate_withScratchDisk
  • TestAccComputeInstance_IP
  • TestAccComputeInstance_IPv6
  • TestAccComputeInstance_NetworkAttachment
  • TestAccComputeInstance_NetworkAttachmentUpdate
  • TestAccComputeInstance_NicStackTypeUpdate
  • TestAccComputeInstance_PTRRecord
  • TestAccComputeInstance_advancedMachineFeatures
  • TestAccComputeInstance_aliasIpRangeCommonAddresses
  • TestAccComputeInstance_attachedDisk
  • TestAccComputeInstance_attachedDiskUpdate
  • TestAccComputeInstance_attachedDisk_modeRo
  • TestAccComputeInstance_attachedDisk_sourceUrl
  • TestAccComputeInstance_basic1
  • TestAccComputeInstance_basic2
  • TestAccComputeInstance_basic3
  • TestAccComputeInstance_basic4
  • TestAccComputeInstance_basic5
  • TestAccComputeInstance_bootAndAttachedDisk_interface
  • TestAccComputeInstance_bootDisk_mode
  • TestAccComputeInstance_bootDisk_source
  • TestAccComputeInstance_bootDisk_sourceUrl
  • TestAccComputeInstance_bootDisk_storagePoolSpecified
  • TestAccComputeInstance_bootDisk_type
  • TestAccComputeInstance_confidentialHyperDiskBootDisk
  • TestAccComputeInstance_creationOnlyAttributionLabel
  • TestAccComputeInstance_deletionProtectionExplicitFalse
  • TestAccComputeInstance_deletionProtectionExplicitTrueAndUpdateFalse
  • TestAccComputeInstance_descriptionUpdate
  • TestAccComputeInstance_desiredStatusOnCreation
  • TestAccComputeInstance_desiredStatusTerminatedUpdateFields
  • TestAccComputeInstance_desiredStatusUpdateBasic
  • TestAccComputeInstance_desiredStatus_suspended
  • TestAccComputeInstance_diskEncryption
  • TestAccComputeInstance_diskEncryptionRestart
  • TestAccComputeInstance_diskResourcePolicies
  • TestAccComputeInstance_diskResourcePolicies_attachmentDiff
  • TestAccComputeInstance_enableDisplay
  • TestAccComputeInstance_forceChangeMachineTypeManually
  • TestAccComputeInstance_forceNewAndChangeMetadata
  • TestAccComputeInstance_guestAccelerator
  • TestAccComputeInstance_guestAcceleratorSkip
  • TestAccComputeInstance_hostErrorTimeoutSecconds
  • TestAccComputeInstance_hostname
  • TestAccComputeInstance_hyperdiskBootDisk_provisioned_iops_throughput
  • TestAccComputeInstance_internalIPv6
  • TestAccComputeInstance_ipv6ExternalReservation
  • TestAccComputeInstance_keyRevocationActionType
  • TestAccComputeInstance_kmsDiskEncryption
  • TestAccComputeInstance_localSsdRecoveryTimeout
  • TestAccComputeInstance_localSsdRecoveryTimeout_update
  • TestAccComputeInstance_localSsdVM_maxRunDuration_stopTerminationAction
  • TestAccComputeInstance_machineTypeUrl
  • TestAccComputeInstance_maxRunDuration_update
  • TestAccComputeInstance_metadataStartupScript_update
  • TestAccComputeInstance_minCpuPlatform
  • TestAccComputeInstance_multiNic
  • TestAccComputeInstance_networkIPAuto
  • TestAccComputeInstance_networkIpUpdate
  • TestAccComputeInstance_networkPerformanceConfig
  • TestAccComputeInstance_networkTier
  • TestAccComputeInstance_network_ip_custom
  • TestAccComputeInstance_nictype_update
  • TestAccComputeInstance_noServiceAccount
  • TestAccComputeInstance_partnerMetadata
  • TestAccComputeInstance_partnerMetadata_deletePartnerMetadata
  • TestAccComputeInstance_partnerMetadata_update
  • TestAccComputeInstance_primaryAliasIpRange
  • TestAccComputeInstance_private_image_family
  • TestAccComputeInstance_queueCount
  • TestAccComputeInstance_regionBootDisk
  • TestAccComputeInstance_reservationAffinities
  • TestAccComputeInstance_resourceManagerTags
  • TestAccComputeInstance_resourcePolicyCollocate
  • TestAccComputeInstance_resourcePolicyUpdate
  • TestAccComputeInstance_scheduling
  • TestAccComputeInstance_secondaryAliasIpRange
  • TestAccComputeInstance_serviceAccount
  • TestAccComputeInstance_serviceAccountEmail_0scopes
  • TestAccComputeInstance_serviceAccount_updated
  • TestAccComputeInstance_serviceAccount_updated0to1to0scopes
  • TestAccComputeInstance_shieldedVmConfig
  • TestAccComputeInstance_soleTenantNodeAffinities
  • TestAccComputeInstance_spotVM
  • TestAccComputeInstance_spotVM_maxRunDuration_deleteTerminationAction
  • TestAccComputeInstance_spotVM_maxRunDuration_update
  • TestAccComputeInstance_spotVM_update
  • TestAccComputeInstance_standardVM_maxRunDuration_deleteTerminationAction
  • TestAccComputeInstance_standardVM_maxRunDuration_stopTerminationAction
  • TestAccComputeInstance_stopInstanceToUpdate
  • TestAccComputeInstance_subnet_auto
  • TestAccComputeInstance_subnet_custom
  • TestAccComputeInstance_subnetworkProjectMustMatchError
  • TestAccComputeInstance_subnetworkUpdate
  • TestAccComputeInstance_update
  • TestAccComputeInstance_updateRunning_desiredStatusNotSet_notAllowStoppingForUpdate
  • TestAccComputeInstance_updateRunning_desiredStatusRunning_allowStoppingForUpdate
  • TestAccComputeInstance_updateRunning_desiredStatusRunning_notAllowStoppingForUpdate
  • TestAccComputeInstance_updateRunning_desiredStatusTerminated_allowStoppingForUpdate
  • TestAccComputeInstance_updateRunning_desiredStatusTerminated_notAllowStoppingForUpdate
  • TestAccComputeInstance_updateTerminated_desiredStatusNotSet_allowStoppingForUpdate
  • TestAccComputeInstance_updateTerminated_desiredStatusNotSet_notAllowStoppingForUpdate
  • TestAccComputeInstance_updateTerminated_desiredStatusRunning_allowStoppingForUpdate
  • TestAccComputeInstance_updateTerminated_desiredStatusRunning_notAllowStoppingForUpdate
  • TestAccComputeInstance_updateTerminated_desiredStatusTerminated_allowStoppingForUpdate
  • TestAccComputeInstance_updateTerminated_desiredStatusTerminated_notAllowStoppingForUpdate
  • TestAccComputeInstance_with375GbScratchDisk
  • TestAccComputeMachineImageIamBindingGenerated
  • TestAccComputeMachineImageIamBindingGenerated_withCondition
  • TestAccComputeMachineImageIamMemberGenerated
  • TestAccComputeMachineImageIamMemberGenerated_withCondition
  • TestAccComputeMachineImageIamPolicyGenerated
  • TestAccComputeMachineImageIamPolicyGenerated_withCondition
  • TestAccComputeMachineImage_computeMachineImageKmsExample
  • TestAccComputeMachineImage_machineImageBasicExample
  • TestAccComputeNetworkAttachment_networkAttachmentInstanceUsageExample
  • TestAccComputeNetworkEndpointGroup_internalEndpoint
  • TestAccComputePacketMirroring_computePacketMirroringFullExample
  • TestAccComputePerInstanceConfig_removeInstanceOnDestroy
  • TestAccComputePerInstanceConfig_statefulIps
  • TestAccComputePerInstanceConfig_update
  • TestAccComputeRegionAutoscaler_regionAutoscalerBasicExample
  • TestAccComputeRegionAutoscaler_scaleDownControl
  • TestAccComputeRegionAutoscaler_scaleInControl
  • TestAccComputeRegionAutoscaler_scalingSchedule
  • TestAccComputeRegionAutoscaler_update
  • TestAccComputeRegionBackendService_ilbUpdateFull
  • TestAccComputeRegionBackendService_regionBackendServiceBalancingModeExample
  • TestAccComputeRegionBackendService_withBackendInternal
  • TestAccComputeRegionBackendService_withBackendInternalManaged
  • TestAccComputeRegionBackendService_withBackendMultiNic
  • TestAccComputeRegionDisk_deleteDetach
  • TestAccComputeRegionInstanceTemplate_AdvancedMachineFeatures
  • TestAccComputeRegionInstanceTemplate_ConfidentialInstanceConfigMain
  • TestAccComputeRegionInstanceTemplate_IP
  • TestAccComputeRegionInstanceTemplate_IPv6
  • TestAccComputeRegionInstanceTemplate_basic
  • TestAccComputeRegionInstanceTemplate_diskIops
  • TestAccComputeRegionInstanceTemplate_diskResourcePolicies
  • TestAccComputeRegionInstanceTemplate_enableDisplay
  • TestAccComputeRegionInstanceTemplate_guestAccelerator
  • TestAccComputeRegionInstanceTemplate_guestAcceleratorSkip
  • TestAccComputeRegionInstanceTemplate_imageShorthand
  • TestAccComputeRegionInstanceTemplate_instanceResourcePolicies
  • TestAccComputeRegionInstanceTemplate_localSsdRecoveryTimeout
  • TestAccComputeRegionInstanceTemplate_maintenance_interval
  • TestAccComputeRegionInstanceTemplate_managedEnvoy
  • TestAccComputeRegionInstanceTemplate_maxRunDuration_onInstanceStopAction
  • TestAccComputeRegionInstanceTemplate_metadata_startup_script
  • TestAccComputeRegionInstanceTemplate_minCpuPlatform
  • TestAccComputeRegionInstanceTemplate_networkIP
  • TestAccComputeRegionInstanceTemplate_networkIPAddress
  • TestAccComputeRegionInstanceTemplate_networkTier
  • TestAccComputeRegionInstanceTemplate_nictype_update
  • TestAccComputeRegionInstanceTemplate_preemptible
  • TestAccComputeRegionInstanceTemplate_primaryAliasIpRange
  • TestAccComputeRegionInstanceTemplate_queueCount
  • TestAccComputeRegionInstanceTemplate_regionDisks
  • TestAccComputeRegionInstanceTemplate_reservationAffinities
  • TestAccComputeRegionInstanceTemplate_resourceManagerTags
  • TestAccComputeRegionInstanceTemplate_secondaryAliasIpRange
  • TestAccComputeRegionInstanceTemplate_shieldedVmConfig1
  • TestAccComputeRegionInstanceTemplate_shieldedVmConfig2
  • TestAccComputeRegionInstanceTemplate_soleTenantNodeAffinities
  • TestAccComputeRegionInstanceTemplate_sourceImageEncryptionKey
  • TestAccComputeRegionInstanceTemplate_sourceSnapshotEncryptionKey
  • TestAccComputeRegionInstanceTemplate_spot
  • TestAccComputeRegionInstanceTemplate_spot_maxRunDuration
  • TestAccComputeRegionInstanceTemplate_subnet_auto
  • TestAccComputeRegionInstanceTemplate_subnet_custom
  • TestAccComputeRegionInstanceTemplate_with18TbScratchDisk
  • TestAccComputeRegionInstanceTemplate_withScratchDisk
  • TestAccComputeRegionNetworkEndpoint_regionNetworkEndpointPortmapExample
  • TestAccComputeRegionPerInstanceConfig_removeInstanceOnDestroy
  • TestAccComputeRegionPerInstanceConfig_statefulIps
  • TestAccComputeRegionPerInstanceConfig_update
  • TestAccComputeRegionalInstanceTemplate_partnerMetadata
  • TestAccComputeResizeRequest_computeMigResizeRequestExample
  • TestAccComputeResourcePolicy_attached
  • TestAccComputeRoute_hopInstance
  • TestAccComputeRouterBgpPeer_routerPeerRouterAppliance
  • TestAccComputeRouterPeer_routerApplianceInstance
  • TestAccComputeTargetInstance_targetInstanceBasicExample
  • TestAccComputeTargetInstance_targetInstanceCustomNetworkExample
  • TestAccComputeTargetInstance_targetInstanceWithSecurityPolicyExample
  • TestAccComputeTargetInstance_withSecurityPolicy
  • TestAccComputeTargetPool_basic
  • TestAccComputeTargetPool_update
  • TestAccDataSourceComputeInstanceSerialPort_basic
  • TestAccDataSourceComputeInstance_basic
  • TestAccDataSourceComputeInstance_networkAttachmentUsageExample
  • TestAccDataSourceGoogleComputeInstanceGroupManager
  • TestAccDataSourceGoogleComputeInstanceGroup_basic
  • TestAccDataSourceGoogleComputeInstanceGroup_fromIGM
  • TestAccDataSourceGoogleComputeInstanceGroup_withNamedPort
  • TestAccDataSourceGoogleComputeRegionInstanceGroupManager
  • TestAccInstanceGroupManager_autoHealingPolicies
  • TestAccInstanceGroupManager_basic
  • TestAccInstanceGroupManager_resourceManagerTags
  • TestAccInstanceGroupManager_self_link_unique
  • TestAccInstanceGroupManager_stateful
  • TestAccInstanceGroupManager_stoppedSuspendedTargetSize
  • TestAccInstanceGroupManager_targetSizeZero
  • TestAccInstanceGroupManager_update
  • TestAccInstanceGroupManager_versions
  • TestAccInstanceGroupManager_waitForStatus
  • TestAccInstanceTemplateDatasource_filter
  • TestAccInstanceTemplateDatasource_filter_mostRecent
  • TestAccInstanceTemplateDatasource_name
  • TestAccInstanceTemplateDatasource_self_link_unique
  • TestAccRegionInstanceGroupManager_APISideListRecordering
  • TestAccRegionInstanceGroupManager_autoHealingPolicies
  • TestAccRegionInstanceGroupManager_basic
  • TestAccRegionInstanceGroupManager_distributionPolicy
  • TestAccRegionInstanceGroupManager_resourceManagerTags
  • TestAccRegionInstanceGroupManager_stateful
  • TestAccRegionInstanceGroupManager_stoppedSuspendedTargetSize
  • TestAccRegionInstanceGroupManager_targetSizeZero
  • TestAccRegionInstanceGroupManager_update
  • TestAccRegionInstanceGroupManager_versions
  • TestAccRegionInstanceTemplateDatasource_filter
  • TestAccRegionInstanceTemplateDatasource_filter_mostRecent
  • TestAccRegionInstanceTemplateDatasource_name

Get to know how VCR tests work

wj-chen and others added 25 commits October 4, 2024 09:25
…kfill Pipeline Jobs for Healthcare Data Engine (GoogleCloudPlatform#11812)

Co-authored-by: Cameron Thornton <[email protected]>
…terraform_attribution_label` and `terraform_attribution_label_addition_strategy` (GoogleCloudPlatform#11884)
@karolgorc
Copy link
Contributor Author

karolgorc commented Oct 4, 2024

needed a rebase and broke the branch :D. Will reopen but all the fixes requested are implemented now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-approval Pull requests that needs reviewer's approval to run presubmit tests service/compute-instances
Projects
None yet
Development

Successfully merging this pull request may close these issues.