-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Fix aws_instance creation with subnet and launch template having VPC … #32854
Conversation
Community NoteVoting for Prioritization
For Submitters
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome @dhrkumar 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTOR guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
% ACCTEST_TIMEOUT=360m make testacc TESTARGS='-run=TestAccEC2Instance_' PKG=ec2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 2 -run=TestAccEC2Instance_ -timeout 360m
=== RUN TestAccEC2Instance_basic
=== PAUSE TestAccEC2Instance_basic
=== RUN TestAccEC2Instance_disappears
=== PAUSE TestAccEC2Instance_disappears
=== RUN TestAccEC2Instance_tags
=== PAUSE TestAccEC2Instance_tags
=== RUN TestAccEC2Instance_inDefaultVPCBySgName
=== PAUSE TestAccEC2Instance_inDefaultVPCBySgName
=== RUN TestAccEC2Instance_inDefaultVPCBySgID
=== PAUSE TestAccEC2Instance_inDefaultVPCBySgID
=== RUN TestAccEC2Instance_atLeastOneOtherEBSVolume
=== PAUSE TestAccEC2Instance_atLeastOneOtherEBSVolume
=== RUN TestAccEC2Instance_EBSBlockDevice_kmsKeyARN
=== PAUSE TestAccEC2Instance_EBSBlockDevice_kmsKeyARN
=== RUN TestAccEC2Instance_EBSBlockDevice_invalidIopsForVolumeType
=== PAUSE TestAccEC2Instance_EBSBlockDevice_invalidIopsForVolumeType
=== RUN TestAccEC2Instance_EBSBlockDevice_invalidThroughputForVolumeType
=== PAUSE TestAccEC2Instance_EBSBlockDevice_invalidThroughputForVolumeType
=== RUN TestAccEC2Instance_EBSBlockDevice_RootBlockDevice_removed
=== PAUSE TestAccEC2Instance_EBSBlockDevice_RootBlockDevice_removed
=== RUN TestAccEC2Instance_RootBlockDevice_kmsKeyARN
=== PAUSE TestAccEC2Instance_RootBlockDevice_kmsKeyARN
=== RUN TestAccEC2Instance_userDataBase64
=== PAUSE TestAccEC2Instance_userDataBase64
=== RUN TestAccEC2Instance_userDataBase64_updateWithBashFile
=== PAUSE TestAccEC2Instance_userDataBase64_updateWithBashFile
=== RUN TestAccEC2Instance_userDataBase64_updateWithZipFile
=== PAUSE TestAccEC2Instance_userDataBase64_updateWithZipFile
=== RUN TestAccEC2Instance_userDataBase64_update
=== PAUSE TestAccEC2Instance_userDataBase64_update
=== RUN TestAccEC2Instance_gp2IopsDevice
=== PAUSE TestAccEC2Instance_gp2IopsDevice
=== RUN TestAccEC2Instance_gp2WithIopsValue
=== PAUSE TestAccEC2Instance_gp2WithIopsValue
=== RUN TestAccEC2Instance_blockDevices
=== PAUSE TestAccEC2Instance_blockDevices
=== RUN TestAccEC2Instance_rootInstanceStore
=== PAUSE TestAccEC2Instance_rootInstanceStore
=== RUN TestAccEC2Instance_noAMIEphemeralDevices
=== PAUSE TestAccEC2Instance_noAMIEphemeralDevices
=== RUN TestAccEC2Instance_sourceDestCheck
=== PAUSE TestAccEC2Instance_sourceDestCheck
=== RUN TestAccEC2Instance_autoRecovery
=== PAUSE TestAccEC2Instance_autoRecovery
=== RUN TestAccEC2Instance_disableAPIStop
=== PAUSE TestAccEC2Instance_disableAPIStop
=== RUN TestAccEC2Instance_disableAPITerminationFinalFalse
=== PAUSE TestAccEC2Instance_disableAPITerminationFinalFalse
=== RUN TestAccEC2Instance_disableAPITerminationFinalTrue
=== PAUSE TestAccEC2Instance_disableAPITerminationFinalTrue
=== RUN TestAccEC2Instance_dedicatedInstance
=== PAUSE TestAccEC2Instance_dedicatedInstance
=== RUN TestAccEC2Instance_outpost
=== PAUSE TestAccEC2Instance_outpost
=== RUN TestAccEC2Instance_placementGroup
=== PAUSE TestAccEC2Instance_placementGroup
=== RUN TestAccEC2Instance_placementPartitionNumber
=== PAUSE TestAccEC2Instance_placementPartitionNumber
=== RUN TestAccEC2Instance_IPv6_supportAddressCount
=== PAUSE TestAccEC2Instance_IPv6_supportAddressCount
=== RUN TestAccEC2Instance_ipv6AddressCountAndSingleAddressCausesError
=== PAUSE TestAccEC2Instance_ipv6AddressCountAndSingleAddressCausesError
=== RUN TestAccEC2Instance_IPv6_supportAddressCountWithIPv4
=== PAUSE TestAccEC2Instance_IPv6_supportAddressCountWithIPv4
=== RUN TestAccEC2Instance_networkInstanceSecurityGroups
=== PAUSE TestAccEC2Instance_networkInstanceSecurityGroups
=== RUN TestAccEC2Instance_networkInstanceRemovingAllSecurityGroups
=== PAUSE TestAccEC2Instance_networkInstanceRemovingAllSecurityGroups
=== RUN TestAccEC2Instance_networkInstanceVPCSecurityGroupIDs
=== PAUSE TestAccEC2Instance_networkInstanceVPCSecurityGroupIDs
=== RUN TestAccEC2Instance_BlockDeviceTags_volumeTags
=== PAUSE TestAccEC2Instance_BlockDeviceTags_volumeTags
=== RUN TestAccEC2Instance_BlockDeviceTags_withAttachedVolume
=== PAUSE TestAccEC2Instance_BlockDeviceTags_withAttachedVolume
=== RUN TestAccEC2Instance_BlockDeviceTags_ebsAndRoot
=== PAUSE TestAccEC2Instance_BlockDeviceTags_ebsAndRoot
=== RUN TestAccEC2Instance_instanceProfileChange
=== PAUSE TestAccEC2Instance_instanceProfileChange
=== RUN TestAccEC2Instance_withIAMInstanceProfile
=== PAUSE TestAccEC2Instance_withIAMInstanceProfile
=== RUN TestAccEC2Instance_withIAMInstanceProfilePath
=== PAUSE TestAccEC2Instance_withIAMInstanceProfilePath
=== RUN TestAccEC2Instance_privateIP
=== PAUSE TestAccEC2Instance_privateIP
=== RUN TestAccEC2Instance_associatePublicIPAndPrivateIP
=== PAUSE TestAccEC2Instance_associatePublicIPAndPrivateIP
=== RUN TestAccEC2Instance_Empty_privateIP
=== PAUSE TestAccEC2Instance_Empty_privateIP
=== RUN TestAccEC2Instance_PrivateDNSNameOptions_computed
=== PAUSE TestAccEC2Instance_PrivateDNSNameOptions_computed
=== RUN TestAccEC2Instance_PrivateDNSNameOptions_configured
=== PAUSE TestAccEC2Instance_PrivateDNSNameOptions_configured
=== RUN TestAccEC2Instance_keyPairCheck
=== PAUSE TestAccEC2Instance_keyPairCheck
=== RUN TestAccEC2Instance_rootBlockDeviceMismatch
=== PAUSE TestAccEC2Instance_rootBlockDeviceMismatch
=== RUN TestAccEC2Instance_forceNewAndTagsDrift
=== PAUSE TestAccEC2Instance_forceNewAndTagsDrift
=== RUN TestAccEC2Instance_changeInstanceType
=== PAUSE TestAccEC2Instance_changeInstanceType
=== RUN TestAccEC2Instance_changeInstanceTypeAndUserData
=== PAUSE TestAccEC2Instance_changeInstanceTypeAndUserData
=== RUN TestAccEC2Instance_changeInstanceTypeAndUserDataBase64
=== PAUSE TestAccEC2Instance_changeInstanceTypeAndUserDataBase64
=== RUN TestAccEC2Instance_EBSRootDevice_basic
=== PAUSE TestAccEC2Instance_EBSRootDevice_basic
=== RUN TestAccEC2Instance_EBSRootDevice_modifySize
=== PAUSE TestAccEC2Instance_EBSRootDevice_modifySize
=== RUN TestAccEC2Instance_EBSRootDevice_modifyType
=== PAUSE TestAccEC2Instance_EBSRootDevice_modifyType
=== RUN TestAccEC2Instance_EBSRootDeviceModifyIOPS_io1
=== PAUSE TestAccEC2Instance_EBSRootDeviceModifyIOPS_io1
=== RUN TestAccEC2Instance_EBSRootDeviceModifyIOPS_io2
=== PAUSE TestAccEC2Instance_EBSRootDeviceModifyIOPS_io2
=== RUN TestAccEC2Instance_EBSRootDeviceModifyThroughput_gp3
=== PAUSE TestAccEC2Instance_EBSRootDeviceModifyThroughput_gp3
=== RUN TestAccEC2Instance_EBSRootDevice_modifyDeleteOnTermination
=== PAUSE TestAccEC2Instance_EBSRootDevice_modifyDeleteOnTermination
=== RUN TestAccEC2Instance_EBSRootDevice_modifyAll
=== PAUSE TestAccEC2Instance_EBSRootDevice_modifyAll
=== RUN TestAccEC2Instance_EBSRootDeviceMultipleBlockDevices_modifySize
=== PAUSE TestAccEC2Instance_EBSRootDeviceMultipleBlockDevices_modifySize
=== RUN TestAccEC2Instance_EBSRootDeviceMultipleBlockDevices_modifyDeleteOnTermination
=== PAUSE TestAccEC2Instance_EBSRootDeviceMultipleBlockDevices_modifyDeleteOnTermination
=== RUN TestAccEC2Instance_EBSRootDevice_multipleDynamicEBSBlockDevices
=== PAUSE TestAccEC2Instance_EBSRootDevice_multipleDynamicEBSBlockDevices
=== RUN TestAccEC2Instance_gp3RootBlockDevice
=== PAUSE TestAccEC2Instance_gp3RootBlockDevice
=== RUN TestAccEC2Instance_primaryNetworkInterface
=== PAUSE TestAccEC2Instance_primaryNetworkInterface
=== RUN TestAccEC2Instance_networkCardIndex
=== PAUSE TestAccEC2Instance_networkCardIndex
=== RUN TestAccEC2Instance_primaryNetworkInterfaceSourceDestCheck
=== PAUSE TestAccEC2Instance_primaryNetworkInterfaceSourceDestCheck
=== RUN TestAccEC2Instance_addSecondaryInterface
=== PAUSE TestAccEC2Instance_addSecondaryInterface
=== RUN TestAccEC2Instance_addSecurityGroupNetworkInterface
=== PAUSE TestAccEC2Instance_addSecurityGroupNetworkInterface
=== RUN TestAccEC2Instance_NewNetworkInterface_publicIPAndSecondaryPrivateIPs
=== PAUSE TestAccEC2Instance_NewNetworkInterface_publicIPAndSecondaryPrivateIPs
=== RUN TestAccEC2Instance_NewNetworkInterface_emptyPrivateIPAndSecondaryPrivateIPs
=== PAUSE TestAccEC2Instance_NewNetworkInterface_emptyPrivateIPAndSecondaryPrivateIPs
=== RUN TestAccEC2Instance_NewNetworkInterface_emptyPrivateIPAndSecondaryPrivateIPsUpdate
=== PAUSE TestAccEC2Instance_NewNetworkInterface_emptyPrivateIPAndSecondaryPrivateIPsUpdate
=== RUN TestAccEC2Instance_NewNetworkInterface_privateIPAndSecondaryPrivateIPs
=== PAUSE TestAccEC2Instance_NewNetworkInterface_privateIPAndSecondaryPrivateIPs
=== RUN TestAccEC2Instance_NewNetworkInterface_privateIPAndSecondaryPrivateIPsUpdate
=== PAUSE TestAccEC2Instance_NewNetworkInterface_privateIPAndSecondaryPrivateIPsUpdate
=== RUN TestAccEC2Instance_AssociatePublic_defaultPrivate
=== PAUSE TestAccEC2Instance_AssociatePublic_defaultPrivate
=== RUN TestAccEC2Instance_AssociatePublic_defaultPublic
=== PAUSE TestAccEC2Instance_AssociatePublic_defaultPublic
=== RUN TestAccEC2Instance_AssociatePublic_explicitPublic
=== PAUSE TestAccEC2Instance_AssociatePublic_explicitPublic
=== RUN TestAccEC2Instance_AssociatePublic_explicitPrivate
=== PAUSE TestAccEC2Instance_AssociatePublic_explicitPrivate
=== RUN TestAccEC2Instance_AssociatePublic_overridePublic
=== PAUSE TestAccEC2Instance_AssociatePublic_overridePublic
=== RUN TestAccEC2Instance_AssociatePublic_overridePrivate
=== PAUSE TestAccEC2Instance_AssociatePublic_overridePrivate
=== RUN TestAccEC2Instance_LaunchTemplate_basic
=== PAUSE TestAccEC2Instance_LaunchTemplate_basic
=== RUN TestAccEC2Instance_LaunchTemplate_overrideTemplate
=== PAUSE TestAccEC2Instance_LaunchTemplate_overrideTemplate
=== RUN TestAccEC2Instance_LaunchTemplate_setSpecificVersion
=== PAUSE TestAccEC2Instance_LaunchTemplate_setSpecificVersion
=== RUN TestAccEC2Instance_LaunchTemplateModifyTemplate_defaultVersion
=== PAUSE TestAccEC2Instance_LaunchTemplateModifyTemplate_defaultVersion
=== RUN TestAccEC2Instance_LaunchTemplate_updateTemplateVersion
=== PAUSE TestAccEC2Instance_LaunchTemplate_updateTemplateVersion
=== RUN TestAccEC2Instance_LaunchTemplate_swapIDAndName
=== PAUSE TestAccEC2Instance_LaunchTemplate_swapIDAndName
=== RUN TestAccEC2Instance_LaunchTemplate_withIAMInstanceProfile
=== PAUSE TestAccEC2Instance_LaunchTemplate_withIAMInstanceProfile
=== RUN TestAccEC2Instance_LaunchTemplate_spotAndStop
=== PAUSE TestAccEC2Instance_LaunchTemplate_spotAndStop
=== RUN TestAccEC2Instance_LaunchTemplate_withVPCSecurityGroup
=== PAUSE TestAccEC2Instance_LaunchTemplate_withVPCSecurityGroup
=== RUN TestAccEC2Instance_GetPasswordData_falseToTrue
=== PAUSE TestAccEC2Instance_GetPasswordData_falseToTrue
=== RUN TestAccEC2Instance_GetPasswordData_trueToFalse
=== PAUSE TestAccEC2Instance_GetPasswordData_trueToFalse
=== RUN TestAccEC2Instance_cpuOptionsAmdSevSnpUnspecifiedToDisabledToEnabledToUnspecified
=== PAUSE TestAccEC2Instance_cpuOptionsAmdSevSnpUnspecifiedToDisabledToEnabledToUnspecified
=== RUN TestAccEC2Instance_cpuOptionsAmdSevSnpUnspecifiedToEnabledToDisabledToUnspecified
=== PAUSE TestAccEC2Instance_cpuOptionsAmdSevSnpUnspecifiedToEnabledToDisabledToUnspecified
=== RUN TestAccEC2Instance_cpuOptionsAmdSevSnpEnabledToDisabled
=== PAUSE TestAccEC2Instance_cpuOptionsAmdSevSnpEnabledToDisabled
=== RUN TestAccEC2Instance_cpuOptionsAmdSevSnpDisabledToEnabled
=== PAUSE TestAccEC2Instance_cpuOptionsAmdSevSnpDisabledToEnabled
=== RUN TestAccEC2Instance_cpuOptionsAmdSevSnpCoreThreads
=== PAUSE TestAccEC2Instance_cpuOptionsAmdSevSnpCoreThreads
=== RUN TestAccEC2Instance_cpuOptionsCoreThreads
=== PAUSE TestAccEC2Instance_cpuOptionsCoreThreads
=== RUN TestAccEC2Instance_cpuOptionsCoreThreadsMigration
=== PAUSE TestAccEC2Instance_cpuOptionsCoreThreadsMigration
=== RUN TestAccEC2Instance_cpuOptionsCoreThreadsUnspecifiedToSpecified
=== PAUSE TestAccEC2Instance_cpuOptionsCoreThreadsUnspecifiedToSpecified
=== RUN TestAccEC2Instance_CreditSpecificationEmpty_nonBurstable
=== PAUSE TestAccEC2Instance_CreditSpecificationEmpty_nonBurstable
=== RUN TestAccEC2Instance_CreditSpecificationUnspecifiedToEmpty_nonBurstable
=== PAUSE TestAccEC2Instance_CreditSpecificationUnspecifiedToEmpty_nonBurstable
=== RUN TestAccEC2Instance_CreditSpecification_unspecifiedDefaultsToStandard
=== PAUSE TestAccEC2Instance_CreditSpecification_unspecifiedDefaultsToStandard
=== RUN TestAccEC2Instance_CreditSpecification_standardCPUCredits
=== PAUSE TestAccEC2Instance_CreditSpecification_standardCPUCredits
=== RUN TestAccEC2Instance_CreditSpecification_unlimitedCPUCredits
=== PAUSE TestAccEC2Instance_CreditSpecification_unlimitedCPUCredits
=== RUN TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t2
=== PAUSE TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t2
=== RUN TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t3
=== PAUSE TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t3
=== RUN TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t3a
=== PAUSE TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t3a
=== RUN TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t4g
=== PAUSE TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t4g
=== RUN TestAccEC2Instance_CreditSpecification_updateCPUCredits
=== PAUSE TestAccEC2Instance_CreditSpecification_updateCPUCredits
=== RUN TestAccEC2Instance_CreditSpecification_isNotAppliedToNonBurstable
=== PAUSE TestAccEC2Instance_CreditSpecification_isNotAppliedToNonBurstable
=== RUN TestAccEC2Instance_CreditSpecificationT3_unspecifiedDefaultsToUnlimited
=== PAUSE TestAccEC2Instance_CreditSpecificationT3_unspecifiedDefaultsToUnlimited
=== RUN TestAccEC2Instance_CreditSpecificationT3_standardCPUCredits
=== PAUSE TestAccEC2Instance_CreditSpecificationT3_standardCPUCredits
=== RUN TestAccEC2Instance_CreditSpecificationT3_unlimitedCPUCredits
=== PAUSE TestAccEC2Instance_CreditSpecificationT3_unlimitedCPUCredits
=== RUN TestAccEC2Instance_CreditSpecificationT3_updateCPUCredits
=== PAUSE TestAccEC2Instance_CreditSpecificationT3_updateCPUCredits
=== RUN TestAccEC2Instance_CreditSpecificationStandardCPUCredits_t2Tot3Taint
=== PAUSE TestAccEC2Instance_CreditSpecificationStandardCPUCredits_t2Tot3Taint
=== RUN TestAccEC2Instance_CreditSpecificationUnlimitedCPUCredits_t2Tot3Taint
=== PAUSE TestAccEC2Instance_CreditSpecificationUnlimitedCPUCredits_t2Tot3Taint
=== RUN TestAccEC2Instance_UserData
=== PAUSE TestAccEC2Instance_UserData
=== RUN TestAccEC2Instance_UserData_update
=== PAUSE TestAccEC2Instance_UserData_update
=== RUN TestAccEC2Instance_UserData_stringToEncodedString
=== PAUSE TestAccEC2Instance_UserData_stringToEncodedString
=== RUN TestAccEC2Instance_UserData_emptyStringToUnspecified
=== PAUSE TestAccEC2Instance_UserData_emptyStringToUnspecified
=== RUN TestAccEC2Instance_UserData_unspecifiedToEmptyString
=== PAUSE TestAccEC2Instance_UserData_unspecifiedToEmptyString
=== RUN TestAccEC2Instance_UserDataReplaceOnChange_On
=== PAUSE TestAccEC2Instance_UserDataReplaceOnChange_On
=== RUN TestAccEC2Instance_UserDataReplaceOnChange_On_Base64
=== PAUSE TestAccEC2Instance_UserDataReplaceOnChange_On_Base64
=== RUN TestAccEC2Instance_UserDataReplaceOnChange_Off
=== PAUSE TestAccEC2Instance_UserDataReplaceOnChange_Off
=== RUN TestAccEC2Instance_UserDataReplaceOnChange_Off_Base64
=== PAUSE TestAccEC2Instance_UserDataReplaceOnChange_Off_Base64
=== RUN TestAccEC2Instance_hibernation
=== PAUSE TestAccEC2Instance_hibernation
=== RUN TestAccEC2Instance_metadataOptions
=== PAUSE TestAccEC2Instance_metadataOptions
=== RUN TestAccEC2Instance_enclaveOptions
=== PAUSE TestAccEC2Instance_enclaveOptions
=== RUN TestAccEC2Instance_CapacityReservation_unspecifiedDefaultsToOpen
=== PAUSE TestAccEC2Instance_CapacityReservation_unspecifiedDefaultsToOpen
=== RUN TestAccEC2Instance_CapacityReservationPreference_open
=== PAUSE TestAccEC2Instance_CapacityReservationPreference_open
=== RUN TestAccEC2Instance_CapacityReservationPreference_none
=== PAUSE TestAccEC2Instance_CapacityReservationPreference_none
=== RUN TestAccEC2Instance_CapacityReservation_targetID
=== PAUSE TestAccEC2Instance_CapacityReservation_targetID
=== RUN TestAccEC2Instance_CapacityReservation_modifyPreference
=== PAUSE TestAccEC2Instance_CapacityReservation_modifyPreference
=== RUN TestAccEC2Instance_CapacityReservation_modifyTarget
=== PAUSE TestAccEC2Instance_CapacityReservation_modifyTarget
=== RUN TestAccEC2Instance_basicWithSpot
=== PAUSE TestAccEC2Instance_basicWithSpot
=== CONT TestAccEC2Instance_basic
=== CONT TestAccEC2Instance_addSecurityGroupNetworkInterface
--- PASS: TestAccEC2Instance_basic (105.41s)
=== CONT TestAccEC2Instance_networkInstanceVPCSecurityGroupIDs
--- PASS: TestAccEC2Instance_networkInstanceVPCSecurityGroupIDs (120.70s)
=== CONT TestAccEC2Instance_addSecondaryInterface
--- PASS: TestAccEC2Instance_addSecurityGroupNetworkInterface (400.64s)
=== CONT TestAccEC2Instance_primaryNetworkInterfaceSourceDestCheck
--- PASS: TestAccEC2Instance_primaryNetworkInterfaceSourceDestCheck (106.48s)
=== CONT TestAccEC2Instance_networkCardIndex
--- PASS: TestAccEC2Instance_networkCardIndex (126.24s)
=== CONT TestAccEC2Instance_primaryNetworkInterface
--- PASS: TestAccEC2Instance_addSecondaryInterface (413.92s)
=== CONT TestAccEC2Instance_gp3RootBlockDevice
--- PASS: TestAccEC2Instance_gp3RootBlockDevice (89.48s)
=== CONT TestAccEC2Instance_EBSRootDevice_multipleDynamicEBSBlockDevices
--- PASS: TestAccEC2Instance_primaryNetworkInterface (115.71s)
=== CONT TestAccEC2Instance_EBSRootDeviceMultipleBlockDevices_modifyDeleteOnTermination
--- PASS: TestAccEC2Instance_EBSRootDeviceMultipleBlockDevices_modifyDeleteOnTermination (125.52s)
=== CONT TestAccEC2Instance_EBSRootDeviceMultipleBlockDevices_modifySize
--- PASS: TestAccEC2Instance_EBSRootDeviceMultipleBlockDevices_modifySize (158.02s)
=== CONT TestAccEC2Instance_EBSRootDevice_modifyAll
--- PASS: TestAccEC2Instance_EBSRootDevice_multipleDynamicEBSBlockDevices (336.08s)
=== CONT TestAccEC2Instance_EBSRootDevice_modifyDeleteOnTermination
--- PASS: TestAccEC2Instance_EBSRootDevice_modifyDeleteOnTermination (130.27s)
=== CONT TestAccEC2Instance_EBSRootDeviceModifyThroughput_gp3
--- PASS: TestAccEC2Instance_EBSRootDevice_modifyAll (172.12s)
=== CONT TestAccEC2Instance_EBSRootDeviceModifyIOPS_io2
--- PASS: TestAccEC2Instance_EBSRootDeviceModifyThroughput_gp3 (144.85s)
=== CONT TestAccEC2Instance_EBSRootDeviceModifyIOPS_io1
--- PASS: TestAccEC2Instance_EBSRootDeviceModifyIOPS_io2 (170.92s)
=== CONT TestAccEC2Instance_EBSRootDevice_modifyType
--- PASS: TestAccEC2Instance_EBSRootDeviceModifyIOPS_io1 (169.20s)
=== CONT TestAccEC2Instance_EBSRootDevice_modifySize
--- PASS: TestAccEC2Instance_EBSRootDevice_modifyType (149.78s)
=== CONT TestAccEC2Instance_EBSRootDevice_basic
--- PASS: TestAccEC2Instance_EBSRootDevice_basic (126.24s)
=== CONT TestAccEC2Instance_changeInstanceTypeAndUserDataBase64
--- PASS: TestAccEC2Instance_EBSRootDevice_modifySize (167.79s)
=== CONT TestAccEC2Instance_changeInstanceTypeAndUserData
--- PASS: TestAccEC2Instance_changeInstanceTypeAndUserData (358.88s)
=== CONT TestAccEC2Instance_changeInstanceType
--- PASS: TestAccEC2Instance_changeInstanceTypeAndUserDataBase64 (432.31s)
=== CONT TestAccEC2Instance_forceNewAndTagsDrift
--- PASS: TestAccEC2Instance_changeInstanceType (217.58s)
=== CONT TestAccEC2Instance_rootBlockDeviceMismatch
--- PASS: TestAccEC2Instance_forceNewAndTagsDrift (240.06s)
=== CONT TestAccEC2Instance_keyPairCheck
--- PASS: TestAccEC2Instance_rootBlockDeviceMismatch (95.63s)
=== CONT TestAccEC2Instance_PrivateDNSNameOptions_configured
--- PASS: TestAccEC2Instance_keyPairCheck (106.09s)
=== CONT TestAccEC2Instance_PrivateDNSNameOptions_computed
--- PASS: TestAccEC2Instance_PrivateDNSNameOptions_computed (186.69s)
=== CONT TestAccEC2Instance_Empty_privateIP
--- PASS: TestAccEC2Instance_PrivateDNSNameOptions_configured (278.83s)
=== CONT TestAccEC2Instance_associatePublicIPAndPrivateIP
--- PASS: TestAccEC2Instance_Empty_privateIP (114.37s)
=== CONT TestAccEC2Instance_privateIP
--- PASS: TestAccEC2Instance_associatePublicIPAndPrivateIP (105.00s)
=== CONT TestAccEC2Instance_withIAMInstanceProfilePath
--- PASS: TestAccEC2Instance_privateIP (124.89s)
=== CONT TestAccEC2Instance_withIAMInstanceProfile
--- PASS: TestAccEC2Instance_withIAMInstanceProfilePath (127.67s)
=== CONT TestAccEC2Instance_instanceProfileChange
--- PASS: TestAccEC2Instance_withIAMInstanceProfile (129.33s)
=== CONT TestAccEC2Instance_BlockDeviceTags_ebsAndRoot
--- PASS: TestAccEC2Instance_instanceProfileChange (254.36s)
=== CONT TestAccEC2Instance_BlockDeviceTags_withAttachedVolume
--- PASS: TestAccEC2Instance_BlockDeviceTags_ebsAndRoot (178.27s)
=== CONT TestAccEC2Instance_BlockDeviceTags_volumeTags
--- PASS: TestAccEC2Instance_BlockDeviceTags_withAttachedVolume (204.81s)
=== CONT TestAccEC2Instance_EBSBlockDevice_RootBlockDevice_removed
--- PASS: TestAccEC2Instance_BlockDeviceTags_volumeTags (190.89s)
=== CONT TestAccEC2Instance_gp2WithIopsValue
--- PASS: TestAccEC2Instance_gp2WithIopsValue (13.60s)
=== CONT TestAccEC2Instance_blockDevices
--- PASS: TestAccEC2Instance_EBSBlockDevice_RootBlockDevice_removed (126.86s)
=== CONT TestAccEC2Instance_networkInstanceRemovingAllSecurityGroups
--- PASS: TestAccEC2Instance_blockDevices (89.76s)
=== CONT TestAccEC2Instance_networkInstanceSecurityGroups
--- PASS: TestAccEC2Instance_networkInstanceRemovingAllSecurityGroups (134.88s)
=== CONT TestAccEC2Instance_IPv6_supportAddressCountWithIPv4
--- PASS: TestAccEC2Instance_networkInstanceSecurityGroups (130.61s)
=== CONT TestAccEC2Instance_gp2IopsDevice
--- PASS: TestAccEC2Instance_gp2IopsDevice (101.46s)
=== CONT TestAccEC2Instance_ipv6AddressCountAndSingleAddressCausesError
--- PASS: TestAccEC2Instance_ipv6AddressCountAndSingleAddressCausesError (1.97s)
=== CONT TestAccEC2Instance_userDataBase64_update
--- PASS: TestAccEC2Instance_IPv6_supportAddressCountWithIPv4 (126.38s)
=== CONT TestAccEC2Instance_userDataBase64_updateWithZipFile
--- PASS: TestAccEC2Instance_userDataBase64_update (217.76s)
=== CONT TestAccEC2Instance_userDataBase64_updateWithBashFile
=== CONT TestAccEC2Instance_userDataBase64
--- PASS: TestAccEC2Instance_userDataBase64_updateWithZipFile (238.47s)
--- PASS: TestAccEC2Instance_userDataBase64 (118.54s)
=== CONT TestAccEC2Instance_RootBlockDevice_kmsKeyARN
--- PASS: TestAccEC2Instance_userDataBase64_updateWithBashFile (220.71s)
=== CONT TestAccEC2Instance_CreditSpecification_standardCPUCredits
--- PASS: TestAccEC2Instance_RootBlockDevice_kmsKeyARN (116.29s)
=== CONT TestAccEC2Instance_basicWithSpot
--- PASS: TestAccEC2Instance_CreditSpecification_standardCPUCredits (133.47s)
=== CONT TestAccEC2Instance_CapacityReservation_modifyTarget
--- PASS: TestAccEC2Instance_basicWithSpot (103.00s)
=== CONT TestAccEC2Instance_CapacityReservation_modifyPreference
--- PASS: TestAccEC2Instance_CapacityReservation_modifyTarget (169.69s)
=== CONT TestAccEC2Instance_IPv6_supportAddressCount
--- PASS: TestAccEC2Instance_CapacityReservation_modifyPreference (202.11s)
=== CONT TestAccEC2Instance_placementPartitionNumber
--- PASS: TestAccEC2Instance_IPv6_supportAddressCount (136.60s)
=== CONT TestAccEC2Instance_placementGroup
--- PASS: TestAccEC2Instance_placementPartitionNumber (116.57s)
=== CONT TestAccEC2Instance_outpost
acctest.go:1105: skipping since no Outposts found
--- SKIP: TestAccEC2Instance_outpost (0.67s)
=== CONT TestAccEC2Instance_dedicatedInstance
--- PASS: TestAccEC2Instance_placementGroup (105.89s)
=== CONT TestAccEC2Instance_disableAPITerminationFinalTrue
--- PASS: TestAccEC2Instance_dedicatedInstance (105.09s)
=== CONT TestAccEC2Instance_disableAPITerminationFinalFalse
--- PASS: TestAccEC2Instance_disableAPITerminationFinalTrue (145.36s)
=== CONT TestAccEC2Instance_disableAPIStop
--- PASS: TestAccEC2Instance_disableAPITerminationFinalFalse (145.37s)
=== CONT TestAccEC2Instance_CapacityReservation_targetID
--- PASS: TestAccEC2Instance_CapacityReservation_targetID (122.20s)
=== CONT TestAccEC2Instance_autoRecovery
--- PASS: TestAccEC2Instance_disableAPIStop (167.70s)
=== CONT TestAccEC2Instance_CapacityReservationPreference_none
--- PASS: TestAccEC2Instance_CapacityReservationPreference_none (110.59s)
=== CONT TestAccEC2Instance_sourceDestCheck
--- PASS: TestAccEC2Instance_autoRecovery (141.13s)
=== CONT TestAccEC2Instance_CapacityReservationPreference_open
--- PASS: TestAccEC2Instance_CapacityReservationPreference_open (110.90s)
=== CONT TestAccEC2Instance_noAMIEphemeralDevices
--- PASS: TestAccEC2Instance_sourceDestCheck (190.50s)
=== CONT TestAccEC2Instance_CapacityReservation_unspecifiedDefaultsToOpen
--- PASS: TestAccEC2Instance_noAMIEphemeralDevices (70.16s)
=== CONT TestAccEC2Instance_rootInstanceStore
--- PASS: TestAccEC2Instance_CapacityReservation_unspecifiedDefaultsToOpen (140.98s)
=== CONT TestAccEC2Instance_enclaveOptions
--- PASS: TestAccEC2Instance_enclaveOptions (188.48s)
=== CONT TestAccEC2Instance_metadataOptions
--- PASS: TestAccEC2Instance_rootInstanceStore (407.45s)
=== CONT TestAccEC2Instance_hibernation
--- PASS: TestAccEC2Instance_metadataOptions (238.64s)
=== CONT TestAccEC2Instance_LaunchTemplate_swapIDAndName
--- PASS: TestAccEC2Instance_hibernation (192.55s)
=== CONT TestAccEC2Instance_UserDataReplaceOnChange_Off_Base64
--- PASS: TestAccEC2Instance_LaunchTemplate_swapIDAndName (118.83s)
=== CONT TestAccEC2Instance_UserDataReplaceOnChange_Off
--- PASS: TestAccEC2Instance_UserDataReplaceOnChange_Off_Base64 (227.15s)
=== CONT TestAccEC2Instance_UserDataReplaceOnChange_On_Base64
--- PASS: TestAccEC2Instance_UserDataReplaceOnChange_Off (217.36s)
=== CONT TestAccEC2Instance_UserDataReplaceOnChange_On
--- PASS: TestAccEC2Instance_UserDataReplaceOnChange_On_Base64 (217.70s)
=== CONT TestAccEC2Instance_UserData_unspecifiedToEmptyString
--- PASS: TestAccEC2Instance_UserDataReplaceOnChange_On (228.76s)
=== CONT TestAccEC2Instance_UserData_emptyStringToUnspecified
--- PASS: TestAccEC2Instance_UserData_unspecifiedToEmptyString (137.23s)
=== CONT TestAccEC2Instance_UserData_stringToEncodedString
--- PASS: TestAccEC2Instance_UserData_emptyStringToUnspecified (137.13s)
=== CONT TestAccEC2Instance_UserData_update
--- PASS: TestAccEC2Instance_UserData_stringToEncodedString (190.92s)
=== CONT TestAccEC2Instance_CreditSpecification_unspecifiedDefaultsToStandard
--- PASS: TestAccEC2Instance_CreditSpecification_unspecifiedDefaultsToStandard (124.91s)
=== CONT TestAccEC2Instance_CreditSpecificationUnspecifiedToEmpty_nonBurstable
--- PASS: TestAccEC2Instance_CreditSpecificationUnspecifiedToEmpty_nonBurstable (125.85s)
=== CONT TestAccEC2Instance_CreditSpecificationEmpty_nonBurstable
--- PASS: TestAccEC2Instance_UserData_update (371.26s)
=== CONT TestAccEC2Instance_cpuOptionsCoreThreadsUnspecifiedToSpecified
--- PASS: TestAccEC2Instance_CreditSpecificationEmpty_nonBurstable (85.52s)
=== CONT TestAccEC2Instance_UserData
--- PASS: TestAccEC2Instance_cpuOptionsCoreThreadsUnspecifiedToSpecified (144.34s)
=== CONT TestAccEC2Instance_atLeastOneOtherEBSVolume
--- PASS: TestAccEC2Instance_UserData (155.53s)
=== CONT TestAccEC2Instance_EBSBlockDevice_invalidThroughputForVolumeType
--- PASS: TestAccEC2Instance_EBSBlockDevice_invalidThroughputForVolumeType (14.21s)
=== CONT TestAccEC2Instance_EBSBlockDevice_invalidIopsForVolumeType
--- PASS: TestAccEC2Instance_EBSBlockDevice_invalidIopsForVolumeType (14.28s)
=== CONT TestAccEC2Instance_EBSBlockDevice_kmsKeyARN
--- PASS: TestAccEC2Instance_atLeastOneOtherEBSVolume (213.03s)
=== CONT TestAccEC2Instance_CreditSpecification_isNotAppliedToNonBurstable
--- PASS: TestAccEC2Instance_EBSBlockDevice_kmsKeyARN (97.13s)
=== CONT TestAccEC2Instance_CreditSpecificationStandardCPUCredits_t2Tot3Taint
--- PASS: TestAccEC2Instance_CreditSpecification_isNotAppliedToNonBurstable (77.02s)
=== CONT TestAccEC2Instance_CreditSpecificationT3_updateCPUCredits
--- PASS: TestAccEC2Instance_CreditSpecificationT3_updateCPUCredits (170.35s)
=== CONT TestAccEC2Instance_CreditSpecificationT3_unlimitedCPUCredits
--- PASS: TestAccEC2Instance_CreditSpecificationStandardCPUCredits_t2Tot3Taint (252.51s)
=== CONT TestAccEC2Instance_CreditSpecificationT3_standardCPUCredits
--- PASS: TestAccEC2Instance_CreditSpecificationT3_unlimitedCPUCredits (125.49s)
=== CONT TestAccEC2Instance_CreditSpecificationT3_unspecifiedDefaultsToUnlimited
--- PASS: TestAccEC2Instance_CreditSpecificationT3_standardCPUCredits (146.32s)
=== CONT TestAccEC2Instance_AssociatePublic_explicitPrivate
--- PASS: TestAccEC2Instance_CreditSpecificationT3_unspecifiedDefaultsToUnlimited (74.66s)
=== CONT TestAccEC2Instance_LaunchTemplate_updateTemplateVersion
--- PASS: TestAccEC2Instance_AssociatePublic_explicitPrivate (135.23s)
=== CONT TestAccEC2Instance_LaunchTemplateModifyTemplate_defaultVersion
--- PASS: TestAccEC2Instance_LaunchTemplateModifyTemplate_defaultVersion (100.22s)
=== CONT TestAccEC2Instance_LaunchTemplate_setSpecificVersion
--- PASS: TestAccEC2Instance_LaunchTemplate_updateTemplateVersion (227.89s)
=== CONT TestAccEC2Instance_LaunchTemplate_overrideTemplate
--- PASS: TestAccEC2Instance_LaunchTemplate_overrideTemplate (79.31s)
=== CONT TestAccEC2Instance_LaunchTemplate_basic
--- PASS: TestAccEC2Instance_LaunchTemplate_setSpecificVersion (165.78s)
=== CONT TestAccEC2Instance_CreditSpecificationUnlimitedCPUCredits_t2Tot3Taint
--- PASS: TestAccEC2Instance_LaunchTemplate_basic (109.66s)
=== CONT TestAccEC2Instance_AssociatePublic_overridePrivate
--- PASS: TestAccEC2Instance_AssociatePublic_overridePrivate (116.42s)
=== CONT TestAccEC2Instance_AssociatePublic_overridePublic
--- PASS: TestAccEC2Instance_CreditSpecificationUnlimitedCPUCredits_t2Tot3Taint (181.73s)
=== CONT TestAccEC2Instance_CreditSpecification_updateCPUCredits
--- PASS: TestAccEC2Instance_AssociatePublic_overridePublic (125.86s)
=== CONT TestAccEC2Instance_cpuOptionsAmdSevSnpUnspecifiedToDisabledToEnabledToUnspecified
acctest.go:874: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported. Supported: [us-east-2]
--- SKIP: TestAccEC2Instance_cpuOptionsAmdSevSnpUnspecifiedToDisabledToEnabledToUnspecified (0.00s)
=== CONT TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t4g
--- PASS: TestAccEC2Instance_CreditSpecification_updateCPUCredits (180.49s)
=== CONT TestAccEC2Instance_cpuOptionsCoreThreads
--- PASS: TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t4g (126.22s)
=== CONT TestAccEC2Instance_cpuOptionsAmdSevSnpCoreThreads
acctest.go:874: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported. Supported: [us-east-2]
--- SKIP: TestAccEC2Instance_cpuOptionsAmdSevSnpCoreThreads (0.00s)
=== CONT TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t3a
--- PASS: TestAccEC2Instance_cpuOptionsCoreThreads (147.53s)
=== CONT TestAccEC2Instance_cpuOptionsAmdSevSnpDisabledToEnabled
acctest.go:874: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported. Supported: [us-east-2]
--- SKIP: TestAccEC2Instance_cpuOptionsAmdSevSnpDisabledToEnabled (0.00s)
=== CONT TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t3
--- PASS: TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t3a (137.17s)
=== CONT TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t2
--- PASS: TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t3 (125.74s)
=== CONT TestAccEC2Instance_CreditSpecification_unlimitedCPUCredits
--- PASS: TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t2 (135.32s)
=== CONT TestAccEC2Instance_cpuOptionsAmdSevSnpEnabledToDisabled
acctest.go:874: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported. Supported: [us-east-2]
--- SKIP: TestAccEC2Instance_cpuOptionsAmdSevSnpEnabledToDisabled (0.00s)
=== CONT TestAccEC2Instance_NewNetworkInterface_privateIPAndSecondaryPrivateIPsUpdate
ec2_instance_test.go:3067: Step 1/4 error: After applying this test step and performing a `terraform refresh`, the plan was not empty.
stdout
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# aws_instance.test will be updated in-place
~ resource "aws_instance" "test" {
id = "i-0490155112dfa2548"
~ secondary_private_ips = [
+ "10.1.1.43",
+ "10.1.1.44",
]
tags = {
"Name" = "tf-acc-test-4643307422976421968"
}
# (28 unchanged attributes hidden)
# (8 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
--- PASS: TestAccEC2Instance_CreditSpecification_unlimitedCPUCredits (132.93s)
=== CONT TestAccEC2Instance_cpuOptionsAmdSevSnpUnspecifiedToEnabledToDisabledToUnspecified
acctest.go:874: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported. Supported: [us-east-2]
--- SKIP: TestAccEC2Instance_cpuOptionsAmdSevSnpUnspecifiedToEnabledToDisabledToUnspecified (0.00s)
=== CONT TestAccEC2Instance_AssociatePublic_explicitPublic
--- FAIL: TestAccEC2Instance_NewNetworkInterface_privateIPAndSecondaryPrivateIPsUpdate (114.23s)
=== CONT TestAccEC2Instance_AssociatePublic_defaultPublic
--- PASS: TestAccEC2Instance_AssociatePublic_explicitPublic (135.83s)
=== CONT TestAccEC2Instance_tags
--- PASS: TestAccEC2Instance_AssociatePublic_defaultPublic (126.18s)
=== CONT TestAccEC2Instance_inDefaultVPCBySgID
--- PASS: TestAccEC2Instance_inDefaultVPCBySgID (135.68s)
=== CONT TestAccEC2Instance_AssociatePublic_defaultPrivate
--- PASS: TestAccEC2Instance_tags (187.20s)
=== CONT TestAccEC2Instance_NewNetworkInterface_emptyPrivateIPAndSecondaryPrivateIPsUpdate
ec2_instance_test.go:2984: Step 1/4 error: After applying this test step and performing a `terraform refresh`, the plan was not empty.
stdout
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# aws_instance.test will be updated in-place
~ resource "aws_instance" "test" {
id = "i-022f0ca5b5b061859"
~ secondary_private_ips = [
+ "10.1.1.42",
+ "10.1.1.43",
]
tags = {
"Name" = "tf-acc-test-7745719839090712250"
}
# (28 unchanged attributes hidden)
# (8 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
--- PASS: TestAccEC2Instance_AssociatePublic_defaultPrivate (125.50s)
=== CONT TestAccEC2Instance_NewNetworkInterface_privateIPAndSecondaryPrivateIPs
--- FAIL: TestAccEC2Instance_NewNetworkInterface_emptyPrivateIPAndSecondaryPrivateIPsUpdate (124.52s)
=== CONT TestAccEC2Instance_inDefaultVPCBySgName
=== NAME TestAccEC2Instance_NewNetworkInterface_privateIPAndSecondaryPrivateIPs
ec2_instance_test.go:3033: Step 1/2 error: After applying this test step and performing a `terraform refresh`, the plan was not empty.
stdout
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# aws_instance.test will be updated in-place
~ resource "aws_instance" "test" {
id = "i-0c018faeb4c556d32"
~ secondary_private_ips = [
+ "10.1.1.43",
+ "10.1.1.44",
]
tags = {
"Name" = "tf-acc-test-1896896553041213411"
}
# (28 unchanged attributes hidden)
# (8 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
--- FAIL: TestAccEC2Instance_NewNetworkInterface_privateIPAndSecondaryPrivateIPs (113.27s)
=== CONT TestAccEC2Instance_NewNetworkInterface_emptyPrivateIPAndSecondaryPrivateIPs
--- PASS: TestAccEC2Instance_inDefaultVPCBySgName (124.11s)
=== CONT TestAccEC2Instance_GetPasswordData_trueToFalse
=== NAME TestAccEC2Instance_NewNetworkInterface_emptyPrivateIPAndSecondaryPrivateIPs
ec2_instance_test.go:2951: Step 1/2 error: After applying this test step and performing a `terraform refresh`, the plan was not empty.
stdout
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# aws_instance.test will be updated in-place
~ resource "aws_instance" "test" {
id = "i-03c618a49808735c2"
~ secondary_private_ips = [
+ "10.1.1.42",
+ "10.1.1.43",
]
tags = {
"Name" = "tf-acc-test-8906505581111400930"
}
# (28 unchanged attributes hidden)
# (8 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
--- FAIL: TestAccEC2Instance_NewNetworkInterface_emptyPrivateIPAndSecondaryPrivateIPs (114.24s)
=== CONT TestAccEC2Instance_NewNetworkInterface_publicIPAndSecondaryPrivateIPs
--- PASS: TestAccEC2Instance_GetPasswordData_trueToFalse (212.29s)
=== CONT TestAccEC2Instance_LaunchTemplate_spotAndStop
--- PASS: TestAccEC2Instance_LaunchTemplate_spotAndStop (89.09s)
=== CONT TestAccEC2Instance_disappears
--- PASS: TestAccEC2Instance_NewNetworkInterface_publicIPAndSecondaryPrivateIPs (233.94s)
=== CONT TestAccEC2Instance_GetPasswordData_falseToTrue
--- PASS: TestAccEC2Instance_GetPasswordData_falseToTrue (180.07s)
=== CONT TestAccEC2Instance_cpuOptionsCoreThreadsMigration
--- PASS: TestAccEC2Instance_disappears (327.78s)
=== CONT TestAccEC2Instance_LaunchTemplate_withVPCSecurityGroup
--- PASS: TestAccEC2Instance_cpuOptionsCoreThreadsMigration (153.48s)
=== CONT TestAccEC2Instance_LaunchTemplate_withIAMInstanceProfile
--- PASS: TestAccEC2Instance_LaunchTemplate_withVPCSecurityGroup (116.49s)
--- PASS: TestAccEC2Instance_LaunchTemplate_withIAMInstanceProfile (99.95s)
FAIL
FAIL github.com/hashicorp/terraform-provider-aws/internal/service/ec2 10196.070s
FAIL
make: *** [testacc] Error 1 |
Until the regression failures are fixed, we can't merge this. Tests showing problems are:
|
@YakDriver @ewbankkit I'm working on how to execute maximum regression tests using my account having restriction on a few features. I'll commit the fix with a list of executed regression tests. |
…tanceExistsWithProvider'.
2eefea6
to
858872e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
% make t T=TestAccEC2Instance K=ec2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run='TestAccEC2Instance' -timeout 180m
=== RUN TestAccEC2InstanceConnectEndpoint_basic
=== PAUSE TestAccEC2InstanceConnectEndpoint_basic
=== RUN TestAccEC2InstanceConnectEndpoint_disappears
=== PAUSE TestAccEC2InstanceConnectEndpoint_disappears
=== RUN TestAccEC2InstanceConnectEndpoint_tags
=== PAUSE TestAccEC2InstanceConnectEndpoint_tags
=== RUN TestAccEC2InstanceConnectEndpoint_securityGroupIDs
=== PAUSE TestAccEC2InstanceConnectEndpoint_securityGroupIDs
=== RUN TestAccEC2InstanceDataSource_basic
=== PAUSE TestAccEC2InstanceDataSource_basic
=== RUN TestAccEC2InstanceDataSource_tags
=== PAUSE TestAccEC2InstanceDataSource_tags
=== RUN TestAccEC2InstanceDataSource_azUserData
=== PAUSE TestAccEC2InstanceDataSource_azUserData
=== RUN TestAccEC2InstanceDataSource_gp2IopsDevice
=== PAUSE TestAccEC2InstanceDataSource_gp2IopsDevice
=== RUN TestAccEC2InstanceDataSource_gp3ThroughputDevice
=== PAUSE TestAccEC2InstanceDataSource_gp3ThroughputDevice
=== RUN TestAccEC2InstanceDataSource_blockDevices
=== PAUSE TestAccEC2InstanceDataSource_blockDevices
=== RUN TestAccEC2InstanceDataSource_EBSBlockDevice_kmsKeyID
=== PAUSE TestAccEC2InstanceDataSource_EBSBlockDevice_kmsKeyID
=== RUN TestAccEC2InstanceDataSource_RootBlockDevice_kmsKeyID
=== PAUSE TestAccEC2InstanceDataSource_RootBlockDevice_kmsKeyID
=== RUN TestAccEC2InstanceDataSource_rootInstanceStore
=== PAUSE TestAccEC2InstanceDataSource_rootInstanceStore
=== RUN TestAccEC2InstanceDataSource_privateIP
=== PAUSE TestAccEC2InstanceDataSource_privateIP
=== RUN TestAccEC2InstanceDataSource_secondaryPrivateIPs
=== PAUSE TestAccEC2InstanceDataSource_secondaryPrivateIPs
=== RUN TestAccEC2InstanceDataSource_ipv6Addresses
=== PAUSE TestAccEC2InstanceDataSource_ipv6Addresses
=== RUN TestAccEC2InstanceDataSource_keyPair
=== PAUSE TestAccEC2InstanceDataSource_keyPair
=== RUN TestAccEC2InstanceDataSource_vpc
=== PAUSE TestAccEC2InstanceDataSource_vpc
=== RUN TestAccEC2InstanceDataSource_placementGroup
=== PAUSE TestAccEC2InstanceDataSource_placementGroup
=== RUN TestAccEC2InstanceDataSource_securityGroups
=== PAUSE TestAccEC2InstanceDataSource_securityGroups
=== RUN TestAccEC2InstanceDataSource_vpcSecurityGroups
=== PAUSE TestAccEC2InstanceDataSource_vpcSecurityGroups
=== RUN TestAccEC2InstanceDataSource_GetPasswordData_trueToFalse
=== PAUSE TestAccEC2InstanceDataSource_GetPasswordData_trueToFalse
=== RUN TestAccEC2InstanceDataSource_GetPasswordData_falseToTrue
=== PAUSE TestAccEC2InstanceDataSource_GetPasswordData_falseToTrue
=== RUN TestAccEC2InstanceDataSource_getUserData
=== PAUSE TestAccEC2InstanceDataSource_getUserData
=== RUN TestAccEC2InstanceDataSource_GetUserData_noUserData
=== PAUSE TestAccEC2InstanceDataSource_GetUserData_noUserData
=== RUN TestAccEC2InstanceDataSource_autoRecovery
=== PAUSE TestAccEC2InstanceDataSource_autoRecovery
=== RUN TestAccEC2InstanceDataSource_creditSpecification
=== PAUSE TestAccEC2InstanceDataSource_creditSpecification
=== RUN TestAccEC2InstanceDataSource_metadataOptions
=== PAUSE TestAccEC2InstanceDataSource_metadataOptions
=== RUN TestAccEC2InstanceDataSource_enclaveOptions
=== PAUSE TestAccEC2InstanceDataSource_enclaveOptions
=== RUN TestAccEC2InstanceDataSource_blockDeviceTags
=== PAUSE TestAccEC2InstanceDataSource_blockDeviceTags
=== RUN TestAccEC2InstanceDataSource_disableAPIStopTermination
=== PAUSE TestAccEC2InstanceDataSource_disableAPIStopTermination
=== RUN TestAccEC2InstanceDataSource_timeout
=== PAUSE TestAccEC2InstanceDataSource_timeout
=== RUN TestAccEC2InstanceState_basic
=== PAUSE TestAccEC2InstanceState_basic
=== RUN TestAccEC2InstanceState_state
=== PAUSE TestAccEC2InstanceState_state
=== RUN TestAccEC2InstanceState_disappears_Instance
=== PAUSE TestAccEC2InstanceState_disappears_Instance
=== RUN TestAccEC2Instance_basic
=== PAUSE TestAccEC2Instance_basic
=== RUN TestAccEC2Instance_disappears
=== PAUSE TestAccEC2Instance_disappears
=== RUN TestAccEC2Instance_tags
=== PAUSE TestAccEC2Instance_tags
=== RUN TestAccEC2Instance_inDefaultVPCBySgName
=== PAUSE TestAccEC2Instance_inDefaultVPCBySgName
=== RUN TestAccEC2Instance_inDefaultVPCBySgID
=== PAUSE TestAccEC2Instance_inDefaultVPCBySgID
=== RUN TestAccEC2Instance_atLeastOneOtherEBSVolume
=== PAUSE TestAccEC2Instance_atLeastOneOtherEBSVolume
=== RUN TestAccEC2Instance_EBSBlockDevice_kmsKeyARN
=== PAUSE TestAccEC2Instance_EBSBlockDevice_kmsKeyARN
=== RUN TestAccEC2Instance_EBSBlockDevice_invalidIopsForVolumeType
=== PAUSE TestAccEC2Instance_EBSBlockDevice_invalidIopsForVolumeType
=== RUN TestAccEC2Instance_EBSBlockDevice_invalidThroughputForVolumeType
=== PAUSE TestAccEC2Instance_EBSBlockDevice_invalidThroughputForVolumeType
=== RUN TestAccEC2Instance_EBSBlockDevice_RootBlockDevice_removed
=== PAUSE TestAccEC2Instance_EBSBlockDevice_RootBlockDevice_removed
=== RUN TestAccEC2Instance_RootBlockDevice_kmsKeyARN
=== PAUSE TestAccEC2Instance_RootBlockDevice_kmsKeyARN
=== RUN TestAccEC2Instance_userDataBase64
=== PAUSE TestAccEC2Instance_userDataBase64
=== RUN TestAccEC2Instance_userDataBase64_updateWithBashFile
=== PAUSE TestAccEC2Instance_userDataBase64_updateWithBashFile
=== RUN TestAccEC2Instance_userDataBase64_updateWithZipFile
=== PAUSE TestAccEC2Instance_userDataBase64_updateWithZipFile
=== RUN TestAccEC2Instance_userDataBase64_update
=== PAUSE TestAccEC2Instance_userDataBase64_update
=== RUN TestAccEC2Instance_gp2IopsDevice
=== PAUSE TestAccEC2Instance_gp2IopsDevice
=== RUN TestAccEC2Instance_gp2WithIopsValue
=== PAUSE TestAccEC2Instance_gp2WithIopsValue
=== RUN TestAccEC2Instance_blockDevices
=== PAUSE TestAccEC2Instance_blockDevices
=== RUN TestAccEC2Instance_rootInstanceStore
=== PAUSE TestAccEC2Instance_rootInstanceStore
=== RUN TestAccEC2Instance_noAMIEphemeralDevices
=== PAUSE TestAccEC2Instance_noAMIEphemeralDevices
=== RUN TestAccEC2Instance_sourceDestCheck
=== PAUSE TestAccEC2Instance_sourceDestCheck
=== RUN TestAccEC2Instance_autoRecovery
=== PAUSE TestAccEC2Instance_autoRecovery
=== RUN TestAccEC2Instance_disableAPIStop
=== PAUSE TestAccEC2Instance_disableAPIStop
=== RUN TestAccEC2Instance_disableAPITerminationFinalFalse
=== PAUSE TestAccEC2Instance_disableAPITerminationFinalFalse
=== RUN TestAccEC2Instance_disableAPITerminationFinalTrue
=== PAUSE TestAccEC2Instance_disableAPITerminationFinalTrue
=== RUN TestAccEC2Instance_dedicatedInstance
=== PAUSE TestAccEC2Instance_dedicatedInstance
=== RUN TestAccEC2Instance_outpost
=== PAUSE TestAccEC2Instance_outpost
=== RUN TestAccEC2Instance_placementGroup
=== PAUSE TestAccEC2Instance_placementGroup
=== RUN TestAccEC2Instance_placementPartitionNumber
=== PAUSE TestAccEC2Instance_placementPartitionNumber
=== RUN TestAccEC2Instance_IPv6_supportAddressCount
=== PAUSE TestAccEC2Instance_IPv6_supportAddressCount
=== RUN TestAccEC2Instance_ipv6AddressCountAndSingleAddressCausesError
=== PAUSE TestAccEC2Instance_ipv6AddressCountAndSingleAddressCausesError
=== RUN TestAccEC2Instance_IPv6_supportAddressCountWithIPv4
=== PAUSE TestAccEC2Instance_IPv6_supportAddressCountWithIPv4
=== RUN TestAccEC2Instance_networkInstanceSecurityGroups
=== PAUSE TestAccEC2Instance_networkInstanceSecurityGroups
=== RUN TestAccEC2Instance_networkInstanceRemovingAllSecurityGroups
=== PAUSE TestAccEC2Instance_networkInstanceRemovingAllSecurityGroups
=== RUN TestAccEC2Instance_networkInstanceVPCSecurityGroupIDs
=== PAUSE TestAccEC2Instance_networkInstanceVPCSecurityGroupIDs
=== RUN TestAccEC2Instance_BlockDeviceTags_volumeTags
=== PAUSE TestAccEC2Instance_BlockDeviceTags_volumeTags
=== RUN TestAccEC2Instance_BlockDeviceTags_attachedVolume
=== PAUSE TestAccEC2Instance_BlockDeviceTags_attachedVolume
=== RUN TestAccEC2Instance_BlockDeviceTags_ebsAndRoot
=== PAUSE TestAccEC2Instance_BlockDeviceTags_ebsAndRoot
=== RUN TestAccEC2Instance_instanceProfileChange
=== PAUSE TestAccEC2Instance_instanceProfileChange
=== RUN TestAccEC2Instance_iamInstanceProfile
=== PAUSE TestAccEC2Instance_iamInstanceProfile
=== RUN TestAccEC2Instance_iamInstanceProfilePath
=== PAUSE TestAccEC2Instance_iamInstanceProfilePath
=== RUN TestAccEC2Instance_privateIP
=== PAUSE TestAccEC2Instance_privateIP
=== RUN TestAccEC2Instance_associatePublicIPAndPrivateIP
=== PAUSE TestAccEC2Instance_associatePublicIPAndPrivateIP
=== RUN TestAccEC2Instance_Empty_privateIP
=== PAUSE TestAccEC2Instance_Empty_privateIP
=== RUN TestAccEC2Instance_PrivateDNSNameOptions_computed
=== PAUSE TestAccEC2Instance_PrivateDNSNameOptions_computed
=== RUN TestAccEC2Instance_PrivateDNSNameOptions_configured
=== PAUSE TestAccEC2Instance_PrivateDNSNameOptions_configured
=== RUN TestAccEC2Instance_keyPairCheck
=== PAUSE TestAccEC2Instance_keyPairCheck
=== RUN TestAccEC2Instance_rootBlockDeviceMismatch
=== PAUSE TestAccEC2Instance_rootBlockDeviceMismatch
=== RUN TestAccEC2Instance_forceNewAndTagsDrift
=== PAUSE TestAccEC2Instance_forceNewAndTagsDrift
=== RUN TestAccEC2Instance_changeInstanceType
=== PAUSE TestAccEC2Instance_changeInstanceType
=== RUN TestAccEC2Instance_changeInstanceTypeAndUserData
=== PAUSE TestAccEC2Instance_changeInstanceTypeAndUserData
=== RUN TestAccEC2Instance_changeInstanceTypeAndUserDataBase64
=== PAUSE TestAccEC2Instance_changeInstanceTypeAndUserDataBase64
=== RUN TestAccEC2Instance_EBSRootDevice_basic
=== PAUSE TestAccEC2Instance_EBSRootDevice_basic
=== RUN TestAccEC2Instance_EBSRootDevice_modifySize
=== PAUSE TestAccEC2Instance_EBSRootDevice_modifySize
=== RUN TestAccEC2Instance_EBSRootDevice_modifyType
=== PAUSE TestAccEC2Instance_EBSRootDevice_modifyType
=== RUN TestAccEC2Instance_EBSRootDeviceModifyIOPS_io1
=== PAUSE TestAccEC2Instance_EBSRootDeviceModifyIOPS_io1
=== RUN TestAccEC2Instance_EBSRootDeviceModifyIOPS_io2
=== PAUSE TestAccEC2Instance_EBSRootDeviceModifyIOPS_io2
=== RUN TestAccEC2Instance_EBSRootDeviceModifyThroughput_gp3
=== PAUSE TestAccEC2Instance_EBSRootDeviceModifyThroughput_gp3
=== RUN TestAccEC2Instance_EBSRootDevice_modifyDeleteOnTermination
=== PAUSE TestAccEC2Instance_EBSRootDevice_modifyDeleteOnTermination
=== RUN TestAccEC2Instance_EBSRootDevice_modifyAll
=== PAUSE TestAccEC2Instance_EBSRootDevice_modifyAll
=== RUN TestAccEC2Instance_EBSRootDeviceMultipleBlockDevices_modifySize
=== PAUSE TestAccEC2Instance_EBSRootDeviceMultipleBlockDevices_modifySize
=== RUN TestAccEC2Instance_EBSRootDeviceMultipleBlockDevices_modifyDeleteOnTermination
=== PAUSE TestAccEC2Instance_EBSRootDeviceMultipleBlockDevices_modifyDeleteOnTermination
=== RUN TestAccEC2Instance_EBSRootDevice_multipleDynamicEBSBlockDevices
=== PAUSE TestAccEC2Instance_EBSRootDevice_multipleDynamicEBSBlockDevices
=== RUN TestAccEC2Instance_gp3RootBlockDevice
=== PAUSE TestAccEC2Instance_gp3RootBlockDevice
=== RUN TestAccEC2Instance_primaryNetworkInterface
=== PAUSE TestAccEC2Instance_primaryNetworkInterface
=== RUN TestAccEC2Instance_networkCardIndex
=== PAUSE TestAccEC2Instance_networkCardIndex
=== RUN TestAccEC2Instance_primaryNetworkInterfaceSourceDestCheck
=== PAUSE TestAccEC2Instance_primaryNetworkInterfaceSourceDestCheck
=== RUN TestAccEC2Instance_addSecondaryInterface
=== PAUSE TestAccEC2Instance_addSecondaryInterface
=== RUN TestAccEC2Instance_addSecurityGroupNetworkInterface
=== PAUSE TestAccEC2Instance_addSecurityGroupNetworkInterface
=== RUN TestAccEC2Instance_NewNetworkInterface_publicIPAndSecondaryPrivateIPs
=== PAUSE TestAccEC2Instance_NewNetworkInterface_publicIPAndSecondaryPrivateIPs
=== RUN TestAccEC2Instance_NewNetworkInterface_emptyPrivateIPAndSecondaryPrivateIPs
=== PAUSE TestAccEC2Instance_NewNetworkInterface_emptyPrivateIPAndSecondaryPrivateIPs
=== RUN TestAccEC2Instance_NewNetworkInterface_emptyPrivateIPAndSecondaryPrivateIPsUpdate
=== PAUSE TestAccEC2Instance_NewNetworkInterface_emptyPrivateIPAndSecondaryPrivateIPsUpdate
=== RUN TestAccEC2Instance_NewNetworkInterface_privateIPAndSecondaryPrivateIPs
=== PAUSE TestAccEC2Instance_NewNetworkInterface_privateIPAndSecondaryPrivateIPs
=== RUN TestAccEC2Instance_NewNetworkInterface_privateIPAndSecondaryPrivateIPsUpdate
=== PAUSE TestAccEC2Instance_NewNetworkInterface_privateIPAndSecondaryPrivateIPsUpdate
=== RUN TestAccEC2Instance_AssociatePublic_defaultPrivate
=== PAUSE TestAccEC2Instance_AssociatePublic_defaultPrivate
=== RUN TestAccEC2Instance_AssociatePublic_defaultPublic
=== PAUSE TestAccEC2Instance_AssociatePublic_defaultPublic
=== RUN TestAccEC2Instance_AssociatePublic_explicitPublic
=== PAUSE TestAccEC2Instance_AssociatePublic_explicitPublic
=== RUN TestAccEC2Instance_AssociatePublic_explicitPrivate
=== PAUSE TestAccEC2Instance_AssociatePublic_explicitPrivate
=== RUN TestAccEC2Instance_AssociatePublic_overridePublic
=== PAUSE TestAccEC2Instance_AssociatePublic_overridePublic
=== RUN TestAccEC2Instance_AssociatePublic_overridePrivate
=== PAUSE TestAccEC2Instance_AssociatePublic_overridePrivate
=== RUN TestAccEC2Instance_LaunchTemplate_basic
=== PAUSE TestAccEC2Instance_LaunchTemplate_basic
=== RUN TestAccEC2Instance_LaunchTemplate_overrideTemplate
=== PAUSE TestAccEC2Instance_LaunchTemplate_overrideTemplate
=== RUN TestAccEC2Instance_LaunchTemplate_setSpecificVersion
=== PAUSE TestAccEC2Instance_LaunchTemplate_setSpecificVersion
=== RUN TestAccEC2Instance_LaunchTemplateModifyTemplate_defaultVersion
=== PAUSE TestAccEC2Instance_LaunchTemplateModifyTemplate_defaultVersion
=== RUN TestAccEC2Instance_LaunchTemplate_updateTemplateVersion
=== PAUSE TestAccEC2Instance_LaunchTemplate_updateTemplateVersion
=== RUN TestAccEC2Instance_LaunchTemplate_swapIDAndName
=== PAUSE TestAccEC2Instance_LaunchTemplate_swapIDAndName
=== RUN TestAccEC2Instance_LaunchTemplate_iamInstanceProfile
=== PAUSE TestAccEC2Instance_LaunchTemplate_iamInstanceProfile
=== RUN TestAccEC2Instance_LaunchTemplate_spotAndStop
=== PAUSE TestAccEC2Instance_LaunchTemplate_spotAndStop
=== RUN TestAccEC2Instance_LaunchTemplate_vpcSecurityGroup
=== PAUSE TestAccEC2Instance_LaunchTemplate_vpcSecurityGroup
=== RUN TestAccEC2Instance_GetPasswordData_falseToTrue
=== PAUSE TestAccEC2Instance_GetPasswordData_falseToTrue
=== RUN TestAccEC2Instance_GetPasswordData_trueToFalse
=== PAUSE TestAccEC2Instance_GetPasswordData_trueToFalse
=== RUN TestAccEC2Instance_cpuOptionsAmdSevSnpUnspecifiedToDisabledToEnabledToUnspecified
=== PAUSE TestAccEC2Instance_cpuOptionsAmdSevSnpUnspecifiedToDisabledToEnabledToUnspecified
=== RUN TestAccEC2Instance_cpuOptionsAmdSevSnpUnspecifiedToEnabledToDisabledToUnspecified
=== PAUSE TestAccEC2Instance_cpuOptionsAmdSevSnpUnspecifiedToEnabledToDisabledToUnspecified
=== RUN TestAccEC2Instance_cpuOptionsAmdSevSnpEnabledToDisabled
=== PAUSE TestAccEC2Instance_cpuOptionsAmdSevSnpEnabledToDisabled
=== RUN TestAccEC2Instance_cpuOptionsAmdSevSnpDisabledToEnabled
=== PAUSE TestAccEC2Instance_cpuOptionsAmdSevSnpDisabledToEnabled
=== RUN TestAccEC2Instance_cpuOptionsAmdSevSnpCoreThreads
=== PAUSE TestAccEC2Instance_cpuOptionsAmdSevSnpCoreThreads
=== RUN TestAccEC2Instance_cpuOptionsCoreThreads
=== PAUSE TestAccEC2Instance_cpuOptionsCoreThreads
=== RUN TestAccEC2Instance_cpuOptionsCoreThreadsMigration
=== PAUSE TestAccEC2Instance_cpuOptionsCoreThreadsMigration
=== RUN TestAccEC2Instance_cpuOptionsCoreThreadsUnspecifiedToSpecified
=== PAUSE TestAccEC2Instance_cpuOptionsCoreThreadsUnspecifiedToSpecified
=== RUN TestAccEC2Instance_CreditSpecificationEmpty_nonBurstable
=== PAUSE TestAccEC2Instance_CreditSpecificationEmpty_nonBurstable
=== RUN TestAccEC2Instance_CreditSpecificationUnspecifiedToEmpty_nonBurstable
=== PAUSE TestAccEC2Instance_CreditSpecificationUnspecifiedToEmpty_nonBurstable
=== RUN TestAccEC2Instance_CreditSpecification_unspecifiedDefaultsToStandard
=== PAUSE TestAccEC2Instance_CreditSpecification_unspecifiedDefaultsToStandard
=== RUN TestAccEC2Instance_CreditSpecification_standardCPUCredits
=== PAUSE TestAccEC2Instance_CreditSpecification_standardCPUCredits
=== RUN TestAccEC2Instance_CreditSpecification_unlimitedCPUCredits
=== PAUSE TestAccEC2Instance_CreditSpecification_unlimitedCPUCredits
=== RUN TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t2
=== PAUSE TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t2
=== RUN TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t3
=== PAUSE TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t3
=== RUN TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t3a
=== PAUSE TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t3a
=== RUN TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t4g
=== PAUSE TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t4g
=== RUN TestAccEC2Instance_CreditSpecification_updateCPUCredits
=== PAUSE TestAccEC2Instance_CreditSpecification_updateCPUCredits
=== RUN TestAccEC2Instance_CreditSpecification_isNotAppliedToNonBurstable
=== PAUSE TestAccEC2Instance_CreditSpecification_isNotAppliedToNonBurstable
=== RUN TestAccEC2Instance_CreditSpecificationT3_unspecifiedDefaultsToUnlimited
=== PAUSE TestAccEC2Instance_CreditSpecificationT3_unspecifiedDefaultsToUnlimited
=== RUN TestAccEC2Instance_CreditSpecificationT3_standardCPUCredits
=== PAUSE TestAccEC2Instance_CreditSpecificationT3_standardCPUCredits
=== RUN TestAccEC2Instance_CreditSpecificationT3_unlimitedCPUCredits
=== PAUSE TestAccEC2Instance_CreditSpecificationT3_unlimitedCPUCredits
=== RUN TestAccEC2Instance_CreditSpecificationT3_updateCPUCredits
=== PAUSE TestAccEC2Instance_CreditSpecificationT3_updateCPUCredits
=== RUN TestAccEC2Instance_CreditSpecificationStandardCPUCredits_t2Tot3Taint
=== PAUSE TestAccEC2Instance_CreditSpecificationStandardCPUCredits_t2Tot3Taint
=== RUN TestAccEC2Instance_CreditSpecificationUnlimitedCPUCredits_t2Tot3Taint
=== PAUSE TestAccEC2Instance_CreditSpecificationUnlimitedCPUCredits_t2Tot3Taint
=== RUN TestAccEC2Instance_UserData
=== PAUSE TestAccEC2Instance_UserData
=== RUN TestAccEC2Instance_UserData_update
=== PAUSE TestAccEC2Instance_UserData_update
=== RUN TestAccEC2Instance_UserData_stringToEncodedString
=== PAUSE TestAccEC2Instance_UserData_stringToEncodedString
=== RUN TestAccEC2Instance_UserData_emptyStringToUnspecified
=== PAUSE TestAccEC2Instance_UserData_emptyStringToUnspecified
=== RUN TestAccEC2Instance_UserData_unspecifiedToEmptyString
=== PAUSE TestAccEC2Instance_UserData_unspecifiedToEmptyString
=== RUN TestAccEC2Instance_UserDataReplaceOnChange_On
=== PAUSE TestAccEC2Instance_UserDataReplaceOnChange_On
=== RUN TestAccEC2Instance_UserDataReplaceOnChange_On_Base64
=== PAUSE TestAccEC2Instance_UserDataReplaceOnChange_On_Base64
=== RUN TestAccEC2Instance_UserDataReplaceOnChange_Off
=== PAUSE TestAccEC2Instance_UserDataReplaceOnChange_Off
=== RUN TestAccEC2Instance_UserDataReplaceOnChange_Off_Base64
=== PAUSE TestAccEC2Instance_UserDataReplaceOnChange_Off_Base64
=== RUN TestAccEC2Instance_hibernation
=== PAUSE TestAccEC2Instance_hibernation
=== RUN TestAccEC2Instance_metadataOptions
=== PAUSE TestAccEC2Instance_metadataOptions
=== RUN TestAccEC2Instance_enclaveOptions
=== PAUSE TestAccEC2Instance_enclaveOptions
=== RUN TestAccEC2Instance_CapacityReservation_unspecifiedDefaultsToOpen
=== PAUSE TestAccEC2Instance_CapacityReservation_unspecifiedDefaultsToOpen
=== RUN TestAccEC2Instance_CapacityReservationPreference_open
=== PAUSE TestAccEC2Instance_CapacityReservationPreference_open
=== RUN TestAccEC2Instance_CapacityReservationPreference_none
=== PAUSE TestAccEC2Instance_CapacityReservationPreference_none
=== RUN TestAccEC2Instance_CapacityReservation_targetID
=== PAUSE TestAccEC2Instance_CapacityReservation_targetID
=== RUN TestAccEC2Instance_CapacityReservation_modifyPreference
=== PAUSE TestAccEC2Instance_CapacityReservation_modifyPreference
=== RUN TestAccEC2Instance_CapacityReservation_modifyTarget
=== PAUSE TestAccEC2Instance_CapacityReservation_modifyTarget
=== RUN TestAccEC2Instance_basicWithSpot
=== PAUSE TestAccEC2Instance_basicWithSpot
=== RUN TestAccEC2InstanceTypeDataSource_basic
=== PAUSE TestAccEC2InstanceTypeDataSource_basic
=== RUN TestAccEC2InstanceTypeDataSource_metal
=== PAUSE TestAccEC2InstanceTypeDataSource_metal
=== RUN TestAccEC2InstanceTypeDataSource_gpu
=== PAUSE TestAccEC2InstanceTypeDataSource_gpu
=== RUN TestAccEC2InstanceTypeDataSource_fpga
=== PAUSE TestAccEC2InstanceTypeDataSource_fpga
=== RUN TestAccEC2InstanceTypeOfferingDataSource_filter
=== PAUSE TestAccEC2InstanceTypeOfferingDataSource_filter
=== RUN TestAccEC2InstanceTypeOfferingDataSource_locationType
=== PAUSE TestAccEC2InstanceTypeOfferingDataSource_locationType
=== RUN TestAccEC2InstanceTypeOfferingDataSource_preferredInstanceTypes
=== PAUSE TestAccEC2InstanceTypeOfferingDataSource_preferredInstanceTypes
=== RUN TestAccEC2InstanceTypeOfferingsDataSource_filter
=== PAUSE TestAccEC2InstanceTypeOfferingsDataSource_filter
=== RUN TestAccEC2InstanceTypeOfferingsDataSource_locationType
=== PAUSE TestAccEC2InstanceTypeOfferingsDataSource_locationType
=== RUN TestAccEC2InstanceTypesDataSource_basic
=== PAUSE TestAccEC2InstanceTypesDataSource_basic
=== RUN TestAccEC2InstanceTypesDataSource_filter
=== PAUSE TestAccEC2InstanceTypesDataSource_filter
=== RUN TestAccEC2InstancesDataSource_basic
=== PAUSE TestAccEC2InstancesDataSource_basic
=== RUN TestAccEC2InstancesDataSource_tags
=== PAUSE TestAccEC2InstancesDataSource_tags
=== RUN TestAccEC2InstancesDataSource_instanceStateNames
=== PAUSE TestAccEC2InstancesDataSource_instanceStateNames
=== RUN TestAccEC2InstancesDataSource_empty
=== PAUSE TestAccEC2InstancesDataSource_empty
=== RUN TestAccEC2InstancesDataSource_timeout
=== PAUSE TestAccEC2InstancesDataSource_timeout
=== CONT TestAccEC2InstanceConnectEndpoint_basic
=== CONT TestAccEC2InstancesDataSource_basic
=== CONT TestAccEC2Instance_cpuOptionsAmdSevSnpUnspecifiedToEnabledToDisabledToUnspecified
=== CONT TestAccEC2Instance_IPv6_supportAddressCount
=== CONT TestAccEC2InstancesDataSource_timeout
=== CONT TestAccEC2InstancesDataSource_empty
=== CONT TestAccEC2InstancesDataSource_instanceStateNames
=== CONT TestAccEC2InstancesDataSource_tags
=== CONT TestAccEC2Instance_cpuOptionsAmdSevSnpUnspecifiedToDisabledToEnabledToUnspecified
=== CONT TestAccEC2Instance_GetPasswordData_trueToFalse
=== CONT TestAccEC2Instance_GetPasswordData_falseToTrue
=== CONT TestAccEC2Instance_LaunchTemplate_vpcSecurityGroup
=== CONT TestAccEC2Instance_LaunchTemplate_spotAndStop
=== CONT TestAccEC2Instance_LaunchTemplate_iamInstanceProfile
=== CONT TestAccEC2Instance_LaunchTemplate_swapIDAndName
=== CONT TestAccEC2Instance_LaunchTemplate_updateTemplateVersion
=== CONT TestAccEC2Instance_LaunchTemplateModifyTemplate_defaultVersion
=== CONT TestAccEC2Instance_LaunchTemplate_setSpecificVersion
=== CONT TestAccEC2Instance_LaunchTemplate_overrideTemplate
=== CONT TestAccEC2InstanceState_basic
=== NAME TestAccEC2Instance_cpuOptionsAmdSevSnpUnspecifiedToEnabledToDisabledToUnspecified
acctest.go:874: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported. Supported: [us-east-2]
--- SKIP: TestAccEC2Instance_cpuOptionsAmdSevSnpUnspecifiedToEnabledToDisabledToUnspecified (0.47s)
=== CONT TestAccEC2Instance_LaunchTemplate_basic
=== NAME TestAccEC2Instance_cpuOptionsAmdSevSnpUnspecifiedToDisabledToEnabledToUnspecified
acctest.go:874: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported. Supported: [us-east-2]
--- SKIP: TestAccEC2Instance_cpuOptionsAmdSevSnpUnspecifiedToDisabledToEnabledToUnspecified (0.47s)
=== CONT TestAccEC2Instance_AssociatePublic_overridePrivate
--- PASS: TestAccEC2InstancesDataSource_empty (45.54s)
=== CONT TestAccEC2Instance_AssociatePublic_overridePublic
--- PASS: TestAccEC2Instance_LaunchTemplate_spotAndStop (101.89s)
=== CONT TestAccEC2Instance_AssociatePublic_explicitPrivate
--- PASS: TestAccEC2InstancesDataSource_timeout (123.30s)
=== CONT TestAccEC2Instance_placementPartitionNumber
--- PASS: TestAccEC2InstanceState_basic (129.76s)
=== CONT TestAccEC2Instance_placementGroup
--- PASS: TestAccEC2InstancesDataSource_tags (133.91s)
=== CONT TestAccEC2Instance_outpost
acctest.go:1105: skipping since no Outposts found
--- SKIP: TestAccEC2Instance_outpost (0.45s)
=== CONT TestAccEC2Instance_dedicatedInstance
--- PASS: TestAccEC2Instance_LaunchTemplate_vpcSecurityGroup (135.99s)
=== CONT TestAccEC2Instance_disableAPITerminationFinalTrue
--- PASS: TestAccEC2Instance_LaunchTemplate_iamInstanceProfile (153.08s)
=== CONT TestAccEC2Instance_AssociatePublic_explicitPublic
--- PASS: TestAccEC2InstancesDataSource_instanceStateNames (154.08s)
=== CONT TestAccEC2Instance_disableAPITerminationFinalFalse
--- PASS: TestAccEC2Instance_LaunchTemplate_basic (154.10s)
=== CONT TestAccEC2Instance_disableAPIStop
--- PASS: TestAccEC2Instance_LaunchTemplate_overrideTemplate (158.99s)
=== CONT TestAccEC2Instance_autoRecovery
--- PASS: TestAccEC2Instance_IPv6_supportAddressCount (160.27s)
=== CONT TestAccEC2Instance_sourceDestCheck
--- PASS: TestAccEC2Instance_AssociatePublic_overridePrivate (169.90s)
=== CONT TestAccEC2Instance_noAMIEphemeralDevices
--- PASS: TestAccEC2Instance_AssociatePublic_overridePublic (125.96s)
=== CONT TestAccEC2Instance_rootInstanceStore
--- PASS: TestAccEC2InstancesDataSource_basic (179.74s)
=== CONT TestAccEC2Instance_blockDevices
--- PASS: TestAccEC2Instance_LaunchTemplateModifyTemplate_defaultVersion (186.00s)
=== CONT TestAccEC2Instance_AssociatePublic_defaultPublic
--- PASS: TestAccEC2Instance_LaunchTemplate_setSpecificVersion (202.02s)
=== CONT TestAccEC2Instance_gp2WithIopsValue
--- PASS: TestAccEC2Instance_LaunchTemplate_swapIDAndName (202.55s)
=== CONT TestAccEC2Instance_AssociatePublic_defaultPrivate
--- PASS: TestAccEC2Instance_GetPasswordData_falseToTrue (220.81s)
=== CONT TestAccEC2Instance_gp2IopsDevice
--- PASS: TestAccEC2Instance_gp2WithIopsValue (23.18s)
=== CONT TestAccEC2Instance_NewNetworkInterface_privateIPAndSecondaryPrivateIPsUpdate
--- PASS: TestAccEC2Instance_dedicatedInstance (95.54s)
=== CONT TestAccEC2Instance_NewNetworkInterface_privateIPAndSecondaryPrivateIPs
--- PASS: TestAccEC2Instance_placementGroup (104.26s)
=== CONT TestAccEC2Instance_userDataBase64_update
--- PASS: TestAccEC2Instance_AssociatePublic_explicitPrivate (140.33s)
=== CONT TestAccEC2Instance_NewNetworkInterface_emptyPrivateIPAndSecondaryPrivateIPsUpdate
--- PASS: TestAccEC2Instance_placementPartitionNumber (133.62s)
=== CONT TestAccEC2Instance_userDataBase64_updateWithZipFile
--- PASS: TestAccEC2Instance_GetPasswordData_trueToFalse (258.59s)
=== CONT TestAccEC2Instance_userDataBase64_updateWithBashFile
--- PASS: TestAccEC2Instance_LaunchTemplate_updateTemplateVersion (277.11s)
=== CONT TestAccEC2Instance_userDataBase64
--- PASS: TestAccEC2Instance_disableAPITerminationFinalTrue (148.03s)
=== CONT TestAccEC2Instance_RootBlockDevice_kmsKeyARN
--- PASS: TestAccEC2Instance_AssociatePublic_explicitPublic (134.56s)
=== CONT TestAccEC2Instance_NewNetworkInterface_emptyPrivateIPAndSecondaryPrivateIPs
--- PASS: TestAccEC2Instance_noAMIEphemeralDevices (120.60s)
=== CONT TestAccEC2Instance_EBSBlockDevice_RootBlockDevice_removed
--- PASS: TestAccEC2Instance_blockDevices (112.58s)
=== CONT TestAccEC2Instance_NewNetworkInterface_publicIPAndSecondaryPrivateIPs
--- PASS: TestAccEC2Instance_disableAPITerminationFinalFalse (172.39s)
=== CONT TestAccEC2Instance_EBSBlockDevice_invalidThroughputForVolumeType
--- PASS: TestAccEC2Instance_AssociatePublic_defaultPrivate (131.08s)
=== CONT TestAccEC2Instance_addSecurityGroupNetworkInterface
--- PASS: TestAccEC2Instance_AssociatePublic_defaultPublic (152.24s)
=== CONT TestAccEC2Instance_EBSBlockDevice_invalidIopsForVolumeType
--- PASS: TestAccEC2Instance_gp2IopsDevice (123.09s)
=== CONT TestAccEC2Instance_EBSBlockDevice_kmsKeyARN
--- PASS: TestAccEC2Instance_disableAPIStop (189.66s)
=== CONT TestAccEC2Instance_atLeastOneOtherEBSVolume
--- PASS: TestAccEC2Instance_autoRecovery (191.65s)
=== CONT TestAccEC2Instance_inDefaultVPCBySgID
--- PASS: TestAccEC2Instance_EBSBlockDevice_invalidThroughputForVolumeType (27.23s)
=== CONT TestAccEC2Instance_addSecondaryInterface
--- PASS: TestAccEC2Instance_NewNetworkInterface_privateIPAndSecondaryPrivateIPs (128.46s)
=== CONT TestAccEC2Instance_inDefaultVPCBySgName
--- PASS: TestAccEC2Instance_EBSBlockDevice_invalidIopsForVolumeType (34.84s)
=== CONT TestAccEC2Instance_primaryNetworkInterfaceSourceDestCheck
--- PASS: TestAccEC2InstanceConnectEndpoint_basic (411.12s)
=== CONT TestAccEC2Instance_tags
--- PASS: TestAccEC2Instance_sourceDestCheck (252.55s)
=== CONT TestAccEC2Instance_networkCardIndex
--- PASS: TestAccEC2Instance_userDataBase64 (143.32s)
=== CONT TestAccEC2Instance_disappears
--- PASS: TestAccEC2Instance_EBSBlockDevice_kmsKeyARN (102.19s)
=== CONT TestAccEC2Instance_primaryNetworkInterface
--- PASS: TestAccEC2Instance_NewNetworkInterface_privateIPAndSecondaryPrivateIPsUpdate (221.01s)
=== CONT TestAccEC2Instance_basic
--- PASS: TestAccEC2Instance_EBSBlockDevice_RootBlockDevice_removed (155.39s)
=== CONT TestAccEC2Instance_gp3RootBlockDevice
--- PASS: TestAccEC2Instance_userDataBase64_update (222.59s)
=== CONT TestAccEC2InstanceState_disappears_Instance
--- PASS: TestAccEC2Instance_RootBlockDevice_kmsKeyARN (175.77s)
=== CONT TestAccEC2Instance_EBSRootDevice_multipleDynamicEBSBlockDevices
--- PASS: TestAccEC2Instance_NewNetworkInterface_emptyPrivateIPAndSecondaryPrivateIPs (179.60s)
=== CONT TestAccEC2InstanceDataSource_keyPair
--- PASS: TestAccEC2Instance_NewNetworkInterface_emptyPrivateIPAndSecondaryPrivateIPsUpdate (252.41s)
=== CONT TestAccEC2Instance_EBSRootDeviceMultipleBlockDevices_modifyDeleteOnTermination
--- PASS: TestAccEC2Instance_inDefaultVPCBySgID (145.25s)
=== CONT TestAccEC2Instance_EBSRootDeviceMultipleBlockDevices_modifySize
--- PASS: TestAccEC2Instance_inDefaultVPCBySgName (144.43s)
=== CONT TestAccEC2InstanceDataSource_timeout
--- PASS: TestAccEC2Instance_primaryNetworkInterfaceSourceDestCheck (130.43s)
=== CONT TestAccEC2InstanceDataSource_disableAPIStopTermination
--- PASS: TestAccEC2Instance_NewNetworkInterface_publicIPAndSecondaryPrivateIPs (247.04s)
=== CONT TestAccEC2InstanceState_state
--- PASS: TestAccEC2Instance_networkCardIndex (130.76s)
=== CONT TestAccEC2InstanceDataSource_blockDeviceTags
--- PASS: TestAccEC2Instance_userDataBase64_updateWithZipFile (291.21s)
=== CONT TestAccEC2InstanceDataSource_enclaveOptions
--- PASS: TestAccEC2Instance_userDataBase64_updateWithBashFile (298.82s)
=== CONT TestAccEC2InstanceDataSource_GetPasswordData_falseToTrue
--- PASS: TestAccEC2Instance_gp3RootBlockDevice (115.18s)
=== CONT TestAccEC2InstanceDataSource_GetPasswordData_trueToFalse
--- PASS: TestAccEC2Instance_primaryNetworkInterface (134.01s)
=== CONT TestAccEC2InstanceDataSource_metadataOptions
--- PASS: TestAccEC2Instance_atLeastOneOtherEBSVolume (238.26s)
=== CONT TestAccEC2Instance_EBSRootDevice_modifyAll
--- PASS: TestAccEC2Instance_basic (138.98s)
=== CONT TestAccEC2InstanceDataSource_creditSpecification
--- PASS: TestAccEC2InstanceDataSource_keyPair (123.60s)
=== CONT TestAccEC2InstanceDataSource_autoRecovery
--- PASS: TestAccEC2Instance_tags (199.83s)
=== CONT TestAccEC2Instance_EBSRootDevice_modifyDeleteOnTermination
--- PASS: TestAccEC2InstanceDataSource_timeout (123.56s)
=== CONT TestAccEC2InstanceDataSource_GetUserData_noUserData
--- PASS: TestAccEC2Instance_EBSRootDeviceMultipleBlockDevices_modifyDeleteOnTermination (142.56s)
=== CONT TestAccEC2InstanceDataSource_vpcSecurityGroups
--- PASS: TestAccEC2InstanceDataSource_enclaveOptions (91.20s)
=== CONT TestAccEC2InstanceDataSource_getUserData
--- PASS: TestAccEC2Instance_rootInstanceStore (468.50s)
=== CONT TestAccEC2InstanceDataSource_securityGroups
--- PASS: TestAccEC2Instance_EBSRootDeviceMultipleBlockDevices_modifySize (160.81s)
=== CONT TestAccEC2InstanceDataSource_placementGroup
--- PASS: TestAccEC2InstanceDataSource_disableAPIStopTermination (165.17s)
=== CONT TestAccEC2Instance_UserData_emptyStringToUnspecified
--- PASS: TestAccEC2InstanceDataSource_blockDeviceTags (128.04s)
=== CONT TestAccEC2Instance_EBSRootDeviceModifyThroughput_gp3
--- PASS: TestAccEC2InstanceDataSource_metadataOptions (105.69s)
=== CONT TestAccEC2Instance_CapacityReservation_modifyPreference
--- PASS: TestAccEC2InstanceDataSource_creditSpecification (117.81s)
=== CONT TestAccEC2InstanceTypesDataSource_basic
--- PASS: TestAccEC2Instance_EBSRootDevice_modifyDeleteOnTermination (130.89s)
=== CONT TestAccEC2InstanceTypeOfferingsDataSource_locationType
--- PASS: TestAccEC2InstanceTypesDataSource_basic (41.60s)
=== CONT TestAccEC2InstanceTypesDataSource_filter
--- PASS: TestAccEC2Instance_EBSRootDevice_modifyAll (166.77s)
=== CONT TestAccEC2Instance_EBSRootDeviceModifyIOPS_io2
--- PASS: TestAccEC2InstanceDataSource_vpcSecurityGroups (121.31s)
=== CONT TestAccEC2Instance_CapacityReservation_targetID
--- PASS: TestAccEC2InstanceDataSource_GetPasswordData_falseToTrue (201.41s)
=== CONT TestAccEC2Instance_CapacityReservationPreference_none
--- PASS: TestAccEC2InstanceDataSource_securityGroups (120.85s)
=== CONT TestAccEC2Instance_EBSRootDeviceModifyIOPS_io1
--- PASS: TestAccEC2InstanceDataSource_autoRecovery (170.94s)
=== CONT TestAccEC2InstanceTypeOfferingsDataSource_filter
--- PASS: TestAccEC2InstanceDataSource_placementGroup (108.75s)
=== CONT TestAccEC2InstanceTypeOfferingDataSource_preferredInstanceTypes
--- PASS: TestAccEC2Instance_disappears (355.81s)
=== CONT TestAccEC2Instance_EBSRootDevice_modifyType
--- PASS: TestAccEC2Instance_addSecurityGroupNetworkInterface (449.15s)
=== CONT TestAccEC2InstanceTypeOfferingDataSource_locationType
--- PASS: TestAccEC2InstanceTypeOfferingsDataSource_locationType (47.80s)
=== CONT TestAccEC2InstanceDataSource_vpc
--- PASS: TestAccEC2Instance_addSecondaryInterface (440.20s)
=== CONT TestAccEC2Instance_CapacityReservationPreference_open
--- PASS: TestAccEC2InstanceTypesDataSource_filter (56.17s)
=== CONT TestAccEC2Instance_EBSRootDevice_modifySize
--- PASS: TestAccEC2InstanceDataSource_GetPasswordData_trueToFalse (242.20s)
=== CONT TestAccEC2Instance_CapacityReservation_unspecifiedDefaultsToOpen
--- PASS: TestAccEC2InstanceTypeOfferingsDataSource_filter (46.20s)
=== CONT TestAccEC2Instance_iamInstanceProfilePath
--- PASS: TestAccEC2InstanceTypeOfferingDataSource_preferredInstanceTypes (46.70s)
=== CONT TestAccEC2Instance_privateIP
--- PASS: TestAccEC2Instance_EBSRootDevice_multipleDynamicEBSBlockDevices (361.46s)
=== CONT TestAccEC2Instance_iamInstanceProfile
--- PASS: TestAccEC2Instance_UserData_emptyStringToUnspecified (158.76s)
=== CONT TestAccEC2Instance_EBSRootDevice_basic
--- PASS: TestAccEC2InstanceDataSource_GetUserData_noUserData (201.46s)
=== CONT TestAccEC2InstanceTypeOfferingDataSource_filter
--- PASS: TestAccEC2InstanceTypeOfferingDataSource_locationType (49.79s)
=== CONT TestAccEC2Instance_changeInstanceTypeAndUserDataBase64
--- PASS: TestAccEC2InstanceState_disappears_Instance (379.42s)
=== CONT TestAccEC2InstanceTypeDataSource_fpga
--- PASS: TestAccEC2InstanceDataSource_getUserData (219.34s)
=== CONT TestAccEC2Instance_changeInstanceTypeAndUserData
--- PASS: TestAccEC2InstanceTypeOfferingDataSource_filter (50.54s)
=== CONT TestAccEC2Instance_enclaveOptions
--- PASS: TestAccEC2InstanceTypeDataSource_fpga (45.94s)
=== CONT TestAccEC2Instance_changeInstanceType
--- PASS: TestAccEC2Instance_EBSRootDeviceModifyThroughput_gp3 (225.72s)
=== CONT TestAccEC2Instance_metadataOptions
--- PASS: TestAccEC2Instance_CapacityReservationPreference_none (149.73s)
=== CONT TestAccEC2Instance_PrivateDNSNameOptions_computed
--- PASS: TestAccEC2Instance_CapacityReservation_targetID (150.56s)
=== CONT TestAccEC2Instance_hibernation
--- PASS: TestAccEC2InstanceDataSource_vpc (138.32s)
=== CONT TestAccEC2InstanceTypeDataSource_gpu
--- PASS: TestAccEC2Instance_CapacityReservation_modifyPreference (244.86s)
=== CONT TestAccEC2InstanceTypeDataSource_metal
--- PASS: TestAccEC2Instance_CapacityReservationPreference_open (138.79s)
=== CONT TestAccEC2InstanceTypeDataSource_basic
--- PASS: TestAccEC2Instance_EBSRootDevice_basic (117.36s)
=== CONT TestAccEC2Instance_Empty_privateIP
--- PASS: TestAccEC2Instance_EBSRootDeviceModifyIOPS_io2 (210.58s)
=== CONT TestAccEC2Instance_basicWithSpot
--- PASS: TestAccEC2Instance_iamInstanceProfilePath (154.65s)
=== CONT TestAccEC2Instance_associatePublicIPAndPrivateIP
--- PASS: TestAccEC2Instance_privateIP (154.67s)
=== CONT TestAccEC2Instance_CapacityReservation_modifyTarget
--- PASS: TestAccEC2Instance_EBSRootDeviceModifyIOPS_io1 (206.15s)
=== CONT TestAccEC2Instance_rootBlockDeviceMismatch
--- PASS: TestAccEC2InstanceTypeDataSource_gpu (49.62s)
=== CONT TestAccEC2Instance_forceNewAndTagsDrift
--- PASS: TestAccEC2InstanceTypeDataSource_metal (49.33s)
=== CONT TestAccEC2Instance_PrivateDNSNameOptions_configured
--- PASS: TestAccEC2InstanceTypeDataSource_basic (50.79s)
=== CONT TestAccEC2Instance_UserDataReplaceOnChange_On_Base64
--- PASS: TestAccEC2Instance_iamInstanceProfile (166.12s)
=== CONT TestAccEC2Instance_networkInstanceVPCSecurityGroupIDs
--- PASS: TestAccEC2InstanceState_state (450.67s)
=== CONT TestAccEC2Instance_keyPairCheck
--- PASS: TestAccEC2Instance_CapacityReservation_unspecifiedDefaultsToOpen (188.69s)
=== CONT TestAccEC2Instance_BlockDeviceTags_ebsAndRoot
--- PASS: TestAccEC2Instance_EBSRootDevice_modifyType (216.22s)
=== CONT TestAccEC2Instance_BlockDeviceTags_attachedVolume
--- PASS: TestAccEC2Instance_EBSRootDevice_modifySize (194.84s)
=== CONT TestAccEC2Instance_BlockDeviceTags_volumeTags
--- PASS: TestAccEC2Instance_Empty_privateIP (121.34s)
=== CONT TestAccEC2InstanceDataSource_gp3ThroughputDevice
--- PASS: TestAccEC2Instance_basicWithSpot (109.14s)
=== CONT TestAccEC2Instance_UserDataReplaceOnChange_Off
--- PASS: TestAccEC2Instance_rootBlockDeviceMismatch (124.21s)
=== CONT TestAccEC2InstanceDataSource_ipv6Addresses
--- PASS: TestAccEC2Instance_PrivateDNSNameOptions_computed (206.18s)
=== CONT TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t3a
--- PASS: TestAccEC2Instance_associatePublicIPAndPrivateIP (152.80s)
=== CONT TestAccEC2InstanceDataSource_secondaryPrivateIPs
--- PASS: TestAccEC2Instance_keyPairCheck (144.12s)
=== CONT TestAccEC2Instance_UserData_stringToEncodedString
--- PASS: TestAccEC2Instance_enclaveOptions (259.12s)
=== CONT TestAccEC2InstanceDataSource_privateIP
--- PASS: TestAccEC2Instance_changeInstanceType (270.08s)
=== CONT TestAccEC2Instance_UserData_update
--- PASS: TestAccEC2Instance_networkInstanceVPCSecurityGroupIDs (167.40s)
=== CONT TestAccEC2InstanceDataSource_rootInstanceStore
--- PASS: TestAccEC2Instance_hibernation (248.95s)
=== CONT TestAccEC2Instance_UserData
--- PASS: TestAccEC2Instance_changeInstanceTypeAndUserData (302.75s)
=== CONT TestAccEC2Instance_UserDataReplaceOnChange_On
--- PASS: TestAccEC2Instance_changeInstanceTypeAndUserDataBase64 (331.31s)
=== CONT TestAccEC2Instance_CreditSpecificationUnlimitedCPUCredits_t2Tot3Taint
--- PASS: TestAccEC2InstanceDataSource_gp3ThroughputDevice (132.42s)
=== CONT TestAccEC2Instance_CreditSpecificationStandardCPUCredits_t2Tot3Taint
--- PASS: TestAccEC2Instance_CapacityReservation_modifyTarget (233.06s)
=== CONT TestAccEC2Instance_networkInstanceSecurityGroups
--- PASS: TestAccEC2Instance_BlockDeviceTags_ebsAndRoot (228.49s)
=== CONT TestAccEC2Instance_CreditSpecificationT3_updateCPUCredits
--- PASS: TestAccEC2Instance_metadataOptions (336.37s)
=== CONT TestAccEC2Instance_CreditSpecificationT3_unlimitedCPUCredits
--- PASS: TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t3a (127.88s)
=== CONT TestAccEC2Instance_CreditSpecificationT3_standardCPUCredits
--- PASS: TestAccEC2InstanceDataSource_secondaryPrivateIPs (132.37s)
=== CONT TestAccEC2InstanceDataSource_RootBlockDevice_kmsKeyID
--- PASS: TestAccEC2InstanceDataSource_ipv6Addresses (162.72s)
=== CONT TestAccEC2InstanceDataSource_EBSBlockDevice_kmsKeyID
--- PASS: TestAccEC2Instance_UserDataReplaceOnChange_On_Base64 (276.20s)
=== CONT TestAccEC2InstanceDataSource_blockDevices
--- PASS: TestAccEC2Instance_forceNewAndTagsDrift (289.42s)
=== CONT TestAccEC2Instance_networkInstanceRemovingAllSecurityGroups
--- PASS: TestAccEC2Instance_BlockDeviceTags_volumeTags (276.19s)
=== CONT TestAccEC2Instance_CreditSpecification_updateCPUCredits
--- PASS: TestAccEC2InstanceDataSource_privateIP (135.04s)
=== CONT TestAccEC2Instance_instanceProfileChange
--- PASS: TestAccEC2Instance_BlockDeviceTags_attachedVolume (288.02s)
=== CONT TestAccEC2Instance_CreditSpecificationT3_unspecifiedDefaultsToUnlimited
--- PASS: TestAccEC2InstanceDataSource_rootInstanceStore (137.77s)
=== CONT TestAccEC2Instance_IPv6_supportAddressCountWithIPv4
--- PASS: TestAccEC2Instance_UserData (157.54s)
=== CONT TestAccEC2Instance_ipv6AddressCountAndSingleAddressCausesError
--- PASS: TestAccEC2Instance_ipv6AddressCountAndSingleAddressCausesError (4.21s)
=== CONT TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t4g
--- PASS: TestAccEC2Instance_UserDataReplaceOnChange_Off (282.67s)
=== CONT TestAccEC2Instance_CreditSpecificationEmpty_nonBurstable
--- PASS: TestAccEC2Instance_PrivateDNSNameOptions_configured (372.62s)
=== CONT TestAccEC2Instance_CreditSpecification_unlimitedCPUCredits
--- PASS: TestAccEC2InstanceDataSource_EBSBlockDevice_kmsKeyID (113.10s)
=== CONT TestAccEC2Instance_CreditSpecification_standardCPUCredits
--- PASS: TestAccEC2Instance_networkInstanceSecurityGroups (172.34s)
=== CONT TestAccEC2Instance_CreditSpecification_unspecifiedDefaultsToStandard
--- PASS: TestAccEC2InstanceDataSource_RootBlockDevice_kmsKeyID (133.86s)
=== CONT TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t3
--- PASS: TestAccEC2InstanceDataSource_blockDevices (122.29s)
=== CONT TestAccEC2Instance_CreditSpecificationUnspecifiedToEmpty_nonBurstable
--- PASS: TestAccEC2Instance_UserData_update (241.20s)
=== CONT TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t2
--- PASS: TestAccEC2Instance_CreditSpecificationT3_unspecifiedDefaultsToUnlimited (130.01s)
=== CONT TestAccEC2Instance_cpuOptionsCoreThreads
--- PASS: TestAccEC2Instance_UserData_stringToEncodedString (292.54s)
=== CONT TestAccEC2InstanceDataSource_basic
--- PASS: TestAccEC2Instance_CreditSpecificationUnlimitedCPUCredits_t2Tot3Taint (265.54s)
=== CONT TestAccEC2Instance_cpuOptionsCoreThreadsUnspecifiedToSpecified
--- PASS: TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t4g (127.81s)
=== CONT TestAccEC2InstanceDataSource_gp2IopsDevice
--- PASS: TestAccEC2Instance_CreditSpecificationT3_standardCPUCredits (209.21s)
=== CONT TestAccEC2Instance_cpuOptionsCoreThreadsMigration
--- PASS: TestAccEC2Instance_CreditSpecificationT3_unlimitedCPUCredits (223.81s)
=== CONT TestAccEC2InstanceDataSource_azUserData
--- PASS: TestAccEC2Instance_IPv6_supportAddressCountWithIPv4 (169.65s)
=== CONT TestAccEC2InstanceDataSource_tags
--- PASS: TestAccEC2Instance_UserDataReplaceOnChange_On (306.27s)
=== CONT TestAccEC2InstanceConnectEndpoint_tags
--- PASS: TestAccEC2Instance_networkInstanceRemovingAllSecurityGroups (200.90s)
=== CONT TestAccEC2InstanceConnectEndpoint_securityGroupIDs
--- PASS: TestAccEC2Instance_CreditSpecificationT3_updateCPUCredits (247.31s)
=== CONT TestAccEC2Instance_cpuOptionsAmdSevSnpDisabledToEnabled
acctest.go:874: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported. Supported: [us-east-2]
--- SKIP: TestAccEC2Instance_cpuOptionsAmdSevSnpDisabledToEnabled (0.00s)
=== CONT TestAccEC2InstanceConnectEndpoint_disappears
--- PASS: TestAccEC2Instance_CreditSpecificationStandardCPUCredits_t2Tot3Taint (275.19s)
=== CONT TestAccEC2Instance_cpuOptionsAmdSevSnpCoreThreads
acctest.go:874: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported. Supported: [us-east-2]
--- SKIP: TestAccEC2Instance_cpuOptionsAmdSevSnpCoreThreads (0.00s)
=== CONT TestAccEC2Instance_UserDataReplaceOnChange_Off_Base64
--- PASS: TestAccEC2Instance_CreditSpecificationEmpty_nonBurstable (140.86s)
=== CONT TestAccEC2Instance_cpuOptionsAmdSevSnpEnabledToDisabled
acctest.go:874: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported. Supported: [us-east-2]
--- SKIP: TestAccEC2Instance_cpuOptionsAmdSevSnpEnabledToDisabled (0.00s)
=== CONT TestAccEC2Instance_CreditSpecification_isNotAppliedToNonBurstable
--- PASS: TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t3 (135.61s)
=== CONT TestAccEC2Instance_UserData_unspecifiedToEmptyString
--- PASS: TestAccEC2Instance_CreditSpecification_unspecifiedDefaultsToStandard (166.02s)
--- PASS: TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t2 (148.17s)
--- PASS: TestAccEC2Instance_CreditSpecification_unlimitedCPUCredits (196.46s)
--- PASS: TestAccEC2Instance_CreditSpecification_updateCPUCredits (284.25s)
--- PASS: TestAccEC2InstanceDataSource_basic (133.62s)
--- PASS: TestAccEC2Instance_CreditSpecificationUnspecifiedToEmpty_nonBurstable (178.63s)
--- PASS: TestAccEC2Instance_CreditSpecification_standardCPUCredits (196.02s)
--- PASS: TestAccEC2InstanceDataSource_tags (129.88s)
--- PASS: TestAccEC2Instance_instanceProfileChange (321.81s)
--- PASS: TestAccEC2InstanceDataSource_gp2IopsDevice (152.29s)
--- PASS: TestAccEC2InstanceDataSource_azUserData (143.68s)
--- PASS: TestAccEC2Instance_cpuOptionsCoreThreadsMigration (169.92s)
--- PASS: TestAccEC2Instance_CreditSpecification_isNotAppliedToNonBurstable (134.48s)
--- PASS: TestAccEC2Instance_cpuOptionsCoreThreadsUnspecifiedToSpecified (209.99s)
--- PASS: TestAccEC2Instance_UserData_unspecifiedToEmptyString (159.96s)
--- PASS: TestAccEC2Instance_cpuOptionsCoreThreads (280.69s)
--- PASS: TestAccEC2Instance_UserDataReplaceOnChange_Off_Base64 (243.18s)
--- PASS: TestAccEC2InstanceConnectEndpoint_disappears (392.86s)
--- PASS: TestAccEC2InstanceConnectEndpoint_securityGroupIDs (400.37s)
--- PASS: TestAccEC2InstanceConnectEndpoint_tags (1107.64s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 2577.476s
This functionality has been released in v5.12.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Fixes bug where aws instance with subnet and launch template having vpc security group configured fails to provision EC2 instance.
Relations
Closes #32614
References
Output from Acceptance Testing