-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
aws_instance not taking input for metadata_options #40727
Open
anthonybouton
wants to merge
6
commits into
hashicorp:main
Choose a base branch
from
anthonybouton:b-ec2-metadata-options-httptokens
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
aws_instance not taking input for metadata_options #40727
anthonybouton
wants to merge
6
commits into
hashicorp:main
from
anthonybouton:b-ec2-metadata-options-httptokens
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Community NoteVoting for Prioritization
For Submitters
|
github-actions
bot
added
tests
PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
service/ec2
Issues and PRs that pertain to the ec2 service.
needs-triage
Waiting for first response or review from a maintainer.
labels
Dec 30, 2024
ewbankkit
added
bug
Addresses a defect in current functionality.
and removed
needs-triage
Waiting for first response or review from a maintainer.
labels
Dec 30, 2024
github-actions
bot
added
the
prioritized
Part of the maintainer teams immediate focus. To be addressed within the current quarter.
label
Dec 30, 2024
ewbankkit
previously approved these changes
Dec 30, 2024
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 testacc TESTARGS='-run=TestAccEC2Instance_metadataOptions\|TestAccEC2Instance_basic' PKG=ec2
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.3 test ./internal/service/ec2/... -v -count 1 -parallel 20 -run=TestAccEC2Instance_metadataOptions\|TestAccEC2Instance_basic -timeout 360m
2024/12/30 13:25:48 Initializing Terraform AWS Provider...
=== RUN TestAccEC2Instance_basic
=== PAUSE TestAccEC2Instance_basic
=== RUN TestAccEC2Instance_metadataOptions
=== PAUSE TestAccEC2Instance_metadataOptions
=== RUN TestAccEC2Instance_basicWithSpot
=== PAUSE TestAccEC2Instance_basicWithSpot
=== CONT TestAccEC2Instance_basic
=== CONT TestAccEC2Instance_basicWithSpot
=== CONT TestAccEC2Instance_metadataOptions
--- PASS: TestAccEC2Instance_basicWithSpot (149.18s)
--- PASS: TestAccEC2Instance_basic (156.95s)
--- PASS: TestAccEC2Instance_metadataOptions (384.76s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 390.264s
ewbankkit
approved these changes
Dec 31, 2024
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 🚀.
% ACCTEST_TIMEOUT=720m make testacc TESTARGS='-run=TestAccEC2Instance_' PKG=ec2 ACCTEST_PARALLELISM=4
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.3 test ./internal/service/ec2/... -v -count 1 -parallel 4 -run=TestAccEC2Instance_ -timeout 720m
2024/12/31 10:39:50 Initializing Terraform AWS Provider...
=== RUN TestAccEC2Instance_tags
=== PAUSE TestAccEC2Instance_tags
=== RUN TestAccEC2Instance_tags_null
=== PAUSE TestAccEC2Instance_tags_null
=== RUN TestAccEC2Instance_tags_EmptyMap
=== PAUSE TestAccEC2Instance_tags_EmptyMap
=== RUN TestAccEC2Instance_tags_AddOnUpdate
=== PAUSE TestAccEC2Instance_tags_AddOnUpdate
=== RUN TestAccEC2Instance_tags_EmptyTag_OnCreate
=== PAUSE TestAccEC2Instance_tags_EmptyTag_OnCreate
=== RUN TestAccEC2Instance_tags_EmptyTag_OnUpdate_Add
=== PAUSE TestAccEC2Instance_tags_EmptyTag_OnUpdate_Add
=== RUN TestAccEC2Instance_tags_EmptyTag_OnUpdate_Replace
=== PAUSE TestAccEC2Instance_tags_EmptyTag_OnUpdate_Replace
=== RUN TestAccEC2Instance_tags_DefaultTags_providerOnly
=== PAUSE TestAccEC2Instance_tags_DefaultTags_providerOnly
=== RUN TestAccEC2Instance_tags_DefaultTags_nonOverlapping
=== PAUSE TestAccEC2Instance_tags_DefaultTags_nonOverlapping
=== RUN TestAccEC2Instance_tags_DefaultTags_overlapping
=== PAUSE TestAccEC2Instance_tags_DefaultTags_overlapping
=== RUN TestAccEC2Instance_tags_DefaultTags_updateToProviderOnly
=== PAUSE TestAccEC2Instance_tags_DefaultTags_updateToProviderOnly
=== RUN TestAccEC2Instance_tags_DefaultTags_updateToResourceOnly
=== PAUSE TestAccEC2Instance_tags_DefaultTags_updateToResourceOnly
=== RUN TestAccEC2Instance_tags_DefaultTags_emptyResourceTag
=== PAUSE TestAccEC2Instance_tags_DefaultTags_emptyResourceTag
=== RUN TestAccEC2Instance_tags_DefaultTags_emptyProviderOnlyTag
=== PAUSE TestAccEC2Instance_tags_DefaultTags_emptyProviderOnlyTag
=== RUN TestAccEC2Instance_tags_DefaultTags_nullOverlappingResourceTag
=== PAUSE TestAccEC2Instance_tags_DefaultTags_nullOverlappingResourceTag
=== RUN TestAccEC2Instance_tags_DefaultTags_nullNonOverlappingResourceTag
=== PAUSE TestAccEC2Instance_tags_DefaultTags_nullNonOverlappingResourceTag
=== RUN TestAccEC2Instance_tags_ComputedTag_OnCreate
=== PAUSE TestAccEC2Instance_tags_ComputedTag_OnCreate
=== RUN TestAccEC2Instance_tags_ComputedTag_OnUpdate_Add
=== PAUSE TestAccEC2Instance_tags_ComputedTag_OnUpdate_Add
=== RUN TestAccEC2Instance_tags_ComputedTag_OnUpdate_Replace
=== PAUSE TestAccEC2Instance_tags_ComputedTag_OnUpdate_Replace
=== RUN TestAccEC2Instance_tags_IgnoreTags_Overlap_DefaultTag
=== PAUSE TestAccEC2Instance_tags_IgnoreTags_Overlap_DefaultTag
=== RUN TestAccEC2Instance_tags_IgnoreTags_Overlap_ResourceTag
=== PAUSE TestAccEC2Instance_tags_IgnoreTags_Overlap_ResourceTag
=== RUN TestAccEC2Instance_basic
=== PAUSE TestAccEC2Instance_basic
=== RUN TestAccEC2Instance_disappears
=== PAUSE TestAccEC2Instance_disappears
=== 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_primaryEnable
=== PAUSE TestAccEC2Instance_IPv6_primaryEnable
=== RUN TestAccEC2Instance_IPv6_primaryDisable
=== PAUSE TestAccEC2Instance_IPv6_primaryDisable
=== RUN TestAccEC2Instance_IPv6_supportAddressCountWithIPv4
=== PAUSE TestAccEC2Instance_IPv6_supportAddressCountWithIPv4
=== RUN TestAccEC2Instance_IPv6AddressCount
=== PAUSE TestAccEC2Instance_IPv6AddressCount
=== 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_BlockDeviceTags_defaultTagsVolumeTags
=== PAUSE TestAccEC2Instance_BlockDeviceTags_defaultTagsVolumeTags
=== RUN TestAccEC2Instance_BlockDeviceTags_defaultTagsEBSRoot
=== PAUSE TestAccEC2Instance_BlockDeviceTags_defaultTagsEBSRoot
=== RUN TestAccEC2Instance_BlockDeviceTags_defaultTagsRBDOverlap
=== PAUSE TestAccEC2Instance_BlockDeviceTags_defaultTagsRBDOverlap
=== RUN TestAccEC2Instance_BlockDeviceTags_defaultTagsEBDOverlaps
=== PAUSE TestAccEC2Instance_BlockDeviceTags_defaultTagsEBDOverlaps
=== RUN TestAccEC2Instance_BlockDeviceTags_defaultTagsVolumeTagsOverlap
=== PAUSE TestAccEC2Instance_BlockDeviceTags_defaultTagsVolumeTagsOverlap
=== 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_forceNewAndTagsDrift
=== PAUSE TestAccEC2Instance_forceNewAndTagsDrift
=== RUN TestAccEC2Instance_changeInstanceType
=== PAUSE TestAccEC2Instance_changeInstanceType
=== RUN TestAccEC2Instance_changeInstanceTypeReplace
=== PAUSE TestAccEC2Instance_changeInstanceTypeReplace
=== 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
=== CONT TestAccEC2Instance_tags
=== CONT TestAccEC2Instance_EBSRootDevice_modifyType
=== CONT TestAccEC2Instance_cpuOptionsAmdSevSnpCoreThreads
=== CONT TestAccEC2Instance_AssociatePublic_defaultPublic
=== NAME TestAccEC2Instance_cpuOptionsAmdSevSnpCoreThreads
ec2_instance_test.go:4307: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported. Supported: [us-east-2]
--- SKIP: TestAccEC2Instance_cpuOptionsAmdSevSnpCoreThreads (0.37s)
=== CONT TestAccEC2Instance_LaunchTemplate_swapIDAndName
--- PASS: TestAccEC2Instance_LaunchTemplate_swapIDAndName (172.18s)
=== CONT TestAccEC2Instance_cpuOptionsAmdSevSnpDisabledToEnabled
ec2_instance_test.go:4258: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported. Supported: [us-east-2]
--- SKIP: TestAccEC2Instance_cpuOptionsAmdSevSnpDisabledToEnabled (0.00s)
=== CONT TestAccEC2Instance_cpuOptionsAmdSevSnpEnabledToDisabled
ec2_instance_test.go:4214: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported. Supported: [us-east-2]
--- SKIP: TestAccEC2Instance_cpuOptionsAmdSevSnpEnabledToDisabled (0.00s)
=== CONT TestAccEC2Instance_cpuOptionsAmdSevSnpUnspecifiedToEnabledToDisabledToUnspecified
ec2_instance_test.go:4148: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported. Supported: [us-east-2]
--- SKIP: TestAccEC2Instance_cpuOptionsAmdSevSnpUnspecifiedToEnabledToDisabledToUnspecified (0.00s)
=== CONT TestAccEC2Instance_cpuOptionsAmdSevSnpUnspecifiedToDisabledToEnabledToUnspecified
ec2_instance_test.go:4081: skipping tests; AWS_DEFAULT_REGION (us-west-2) not supported. Supported: [us-east-2]
--- SKIP: TestAccEC2Instance_cpuOptionsAmdSevSnpUnspecifiedToDisabledToEnabledToUnspecified (0.00s)
=== CONT TestAccEC2Instance_GetPasswordData_trueToFalse
--- PASS: TestAccEC2Instance_AssociatePublic_defaultPublic (196.01s)
=== CONT TestAccEC2Instance_GetPasswordData_falseToTrue
--- PASS: TestAccEC2Instance_EBSRootDevice_modifyType (229.45s)
=== CONT TestAccEC2Instance_LaunchTemplate_vpcSecurityGroup
--- PASS: TestAccEC2Instance_LaunchTemplate_vpcSecurityGroup (103.40s)
=== CONT TestAccEC2Instance_LaunchTemplate_spotAndStop
--- PASS: TestAccEC2Instance_tags (349.70s)
=== CONT TestAccEC2Instance_LaunchTemplate_iamInstanceProfile
--- PASS: TestAccEC2Instance_GetPasswordData_falseToTrue (202.22s)
=== CONT TestAccEC2Instance_LaunchTemplate_basic
--- PASS: TestAccEC2Instance_GetPasswordData_trueToFalse (234.98s)
=== CONT TestAccEC2Instance_LaunchTemplate_updateTemplateVersion
--- PASS: TestAccEC2Instance_LaunchTemplate_spotAndStop (85.70s)
=== CONT TestAccEC2Instance_LaunchTemplateModifyTemplate_defaultVersion
--- PASS: TestAccEC2Instance_LaunchTemplate_iamInstanceProfile (120.29s)
=== CONT TestAccEC2Instance_LaunchTemplate_setSpecificVersion
--- PASS: TestAccEC2Instance_LaunchTemplate_basic (144.79s)
=== CONT TestAccEC2Instance_LaunchTemplate_overrideTemplate
--- PASS: TestAccEC2Instance_LaunchTemplateModifyTemplate_defaultVersion (163.37s)
=== CONT TestAccEC2Instance_AssociatePublic_explicitPrivate
--- PASS: TestAccEC2Instance_LaunchTemplate_setSpecificVersion (156.08s)
=== CONT TestAccEC2Instance_autoRecovery
--- PASS: TestAccEC2Instance_LaunchTemplate_overrideTemplate (113.96s)
=== CONT TestAccEC2Instance_EBSRootDevice_modifySize
--- PASS: TestAccEC2Instance_LaunchTemplate_updateTemplateVersion (252.86s)
=== CONT TestAccEC2Instance_EBSRootDevice_basic
--- PASS: TestAccEC2Instance_AssociatePublic_explicitPrivate (137.83s)
=== CONT TestAccEC2Instance_changeInstanceTypeAndUserDataBase64
--- PASS: TestAccEC2Instance_EBSRootDevice_basic (142.41s)
=== CONT TestAccEC2Instance_changeInstanceTypeAndUserData
--- PASS: TestAccEC2Instance_autoRecovery (188.06s)
=== CONT TestAccEC2Instance_changeInstanceTypeReplace
--- PASS: TestAccEC2Instance_EBSRootDevice_modifySize (168.55s)
=== CONT TestAccEC2Instance_AssociatePublic_overridePublic
--- PASS: TestAccEC2Instance_AssociatePublic_overridePublic (85.58s)
=== CONT TestAccEC2Instance_changeInstanceType
--- PASS: TestAccEC2Instance_changeInstanceTypeReplace (183.09s)
=== CONT TestAccEC2Instance_AssociatePublic_overridePrivate
--- PASS: TestAccEC2Instance_changeInstanceTypeAndUserDataBase64 (329.58s)
=== CONT TestAccEC2Instance_forceNewAndTagsDrift
--- PASS: TestAccEC2Instance_AssociatePublic_overridePrivate (98.32s)
=== CONT TestAccEC2Instance_AssociatePublic_explicitPublic
--- PASS: TestAccEC2Instance_AssociatePublic_explicitPublic (138.03s)
=== CONT TestAccEC2Instance_keyPairCheck
--- PASS: TestAccEC2Instance_changeInstanceTypeAndUserData (471.80s)
=== CONT TestAccEC2Instance_PrivateDNSNameOptions_configured
--- PASS: TestAccEC2Instance_keyPairCheck (94.12s)
=== CONT TestAccEC2Instance_CreditSpecificationUnlimitedCPUCredits_t2Tot3Taint
--- PASS: TestAccEC2Instance_changeInstanceType (425.68s)
=== CONT TestAccEC2Instance_PrivateDNSNameOptions_computed
--- PASS: TestAccEC2Instance_forceNewAndTagsDrift (404.71s)
=== CONT TestAccEC2Instance_basicWithSpot
--- PASS: TestAccEC2Instance_CreditSpecificationUnlimitedCPUCredits_t2Tot3Taint (165.84s)
=== CONT TestAccEC2Instance_Empty_privateIP
--- PASS: TestAccEC2Instance_PrivateDNSNameOptions_configured (260.80s)
=== CONT TestAccEC2Instance_CapacityReservation_modifyTarget
--- PASS: TestAccEC2Instance_basicWithSpot (117.04s)
=== CONT TestAccEC2Instance_associatePublicIPAndPrivateIP
--- PASS: TestAccEC2Instance_Empty_privateIP (77.71s)
=== CONT TestAccEC2Instance_CapacityReservation_modifyPreference
=== NAME TestAccEC2Instance_CapacityReservation_modifyTarget
acctest.go:1716: skipping test for aws/us-west-2: Error running apply: exit status 1
Error: starting EC2 Instance (i-0247b2f8ff414a30f): operation error EC2: StartInstances, https response error StatusCode: 400, RequestID: fe67d584-7a03-4e81-8d17-aae2c5e301f5, api error ReservationCapacityExceeded: The requested reservation does not have sufficient compatible and available capacity for this request.
with aws_instance.test,
on terraform_plugin_test.tf line 50, in resource "aws_instance" "test":
50: resource "aws_instance" "test" {
--- SKIP: TestAccEC2Instance_CapacityReservation_modifyTarget (132.94s)
=== CONT TestAccEC2Instance_privateIP
--- PASS: TestAccEC2Instance_PrivateDNSNameOptions_computed (417.52s)
=== CONT TestAccEC2Instance_CapacityReservation_targetID
--- PASS: TestAccEC2Instance_CapacityReservation_targetID (94.52s)
=== CONT TestAccEC2Instance_iamInstanceProfilePath
--- PASS: TestAccEC2Instance_associatePublicIPAndPrivateIP (326.36s)
=== CONT TestAccEC2Instance_CapacityReservationPreference_none
--- PASS: TestAccEC2Instance_iamInstanceProfilePath (102.01s)
=== CONT TestAccEC2Instance_iamInstanceProfile
--- PASS: TestAccEC2Instance_privateIP (345.93s)
=== CONT TestAccEC2Instance_UserDataReplaceOnChange_On_Base64
--- PASS: TestAccEC2Instance_CapacityReservation_modifyPreference (471.31s)
=== CONT TestAccEC2Instance_instanceProfileChange
--- PASS: TestAccEC2Instance_iamInstanceProfile (92.21s)
=== CONT TestAccEC2Instance_UserDataReplaceOnChange_On
--- PASS: TestAccEC2Instance_CapacityReservationPreference_none (362.47s)
=== CONT TestAccEC2Instance_BlockDeviceTags_defaultTagsVolumeTagsOverlap
--- PASS: TestAccEC2Instance_instanceProfileChange (223.63s)
=== CONT TestAccEC2Instance_UserData_unspecifiedToEmptyString
--- PASS: TestAccEC2Instance_UserData_unspecifiedToEmptyString (115.03s)
=== CONT TestAccEC2Instance_BlockDeviceTags_defaultTagsEBDOverlaps
--- PASS: TestAccEC2Instance_BlockDeviceTags_defaultTagsVolumeTagsOverlap (180.39s)
=== CONT TestAccEC2Instance_UserData_emptyStringToUnspecified
--- PASS: TestAccEC2Instance_UserDataReplaceOnChange_On (437.90s)
=== CONT TestAccEC2Instance_BlockDeviceTags_defaultTagsRBDOverlap
--- PASS: TestAccEC2Instance_UserDataReplaceOnChange_On_Base64 (500.99s)
=== CONT TestAccEC2Instance_UserData_stringToEncodedString
--- PASS: TestAccEC2Instance_UserData_emptyStringToUnspecified (126.94s)
=== CONT TestAccEC2Instance_BlockDeviceTags_defaultTagsEBSRoot
--- PASS: TestAccEC2Instance_BlockDeviceTags_defaultTagsRBDOverlap (102.06s)
=== CONT TestAccEC2Instance_UserData_update
--- PASS: TestAccEC2Instance_BlockDeviceTags_defaultTagsEBDOverlaps (320.15s)
=== CONT TestAccEC2Instance_UserDataReplaceOnChange_Off
--- PASS: TestAccEC2Instance_BlockDeviceTags_defaultTagsEBSRoot (169.45s)
=== CONT TestAccEC2Instance_UserData
--- PASS: TestAccEC2Instance_UserData_stringToEncodedString (222.10s)
=== CONT TestAccEC2Instance_BlockDeviceTags_defaultTagsVolumeTags
--- PASS: TestAccEC2Instance_UserData_update (190.95s)
=== CONT TestAccEC2Instance_CapacityReservationPreference_open
--- PASS: TestAccEC2Instance_UserData (98.88s)
=== CONT TestAccEC2Instance_metadataOptions
--- PASS: TestAccEC2Instance_BlockDeviceTags_defaultTagsVolumeTags (211.40s)
=== CONT TestAccEC2Instance_BlockDeviceTags_ebsAndRoot
--- PASS: TestAccEC2Instance_BlockDeviceTags_ebsAndRoot (164.60s)
=== CONT TestAccEC2Instance_CapacityReservation_unspecifiedDefaultsToOpen
--- PASS: TestAccEC2Instance_metadataOptions (282.02s)
=== CONT TestAccEC2Instance_hibernation
--- PASS: TestAccEC2Instance_CapacityReservationPreference_open (349.63s)
=== CONT TestAccEC2Instance_BlockDeviceTags_attachedVolume
--- PASS: TestAccEC2Instance_UserDataReplaceOnChange_Off (426.31s)
=== CONT TestAccEC2Instance_UserDataReplaceOnChange_Off_Base64
--- PASS: TestAccEC2Instance_CapacityReservation_unspecifiedDefaultsToOpen (100.62s)
=== CONT TestAccEC2Instance_BlockDeviceTags_volumeTags
--- PASS: TestAccEC2Instance_BlockDeviceTags_attachedVolume (196.15s)
=== CONT TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t3
--- PASS: TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t3 (87.35s)
=== CONT TestAccEC2Instance_networkInstanceVPCSecurityGroupIDs
--- PASS: TestAccEC2Instance_BlockDeviceTags_volumeTags (200.40s)
=== CONT TestAccEC2Instance_CreditSpecificationStandardCPUCredits_t2Tot3Taint
--- PASS: TestAccEC2Instance_UserDataReplaceOnChange_Off_Base64 (434.76s)
=== CONT TestAccEC2Instance_networkInstanceRemovingAllSecurityGroups
--- PASS: TestAccEC2Instance_hibernation (475.13s)
=== CONT TestAccEC2Instance_CreditSpecificationT3_updateCPUCredits
--- PASS: TestAccEC2Instance_CreditSpecificationStandardCPUCredits_t2Tot3Taint (180.33s)
=== CONT TestAccEC2Instance_networkInstanceSecurityGroups
--- PASS: TestAccEC2Instance_networkInstanceRemovingAllSecurityGroups (106.31s)
=== CONT TestAccEC2Instance_CreditSpecificationT3_unlimitedCPUCredits
--- PASS: TestAccEC2Instance_networkInstanceSecurityGroups (145.07s)
=== CONT TestAccEC2Instance_IPv6AddressCount
--- PASS: TestAccEC2Instance_networkInstanceVPCSecurityGroupIDs (350.05s)
=== CONT TestAccEC2Instance_CreditSpecificationT3_standardCPUCredits
--- PASS: TestAccEC2Instance_CreditSpecificationT3_updateCPUCredits (178.84s)
=== CONT TestAccEC2Instance_IPv6_supportAddressCountWithIPv4
--- PASS: TestAccEC2Instance_CreditSpecificationT3_unlimitedCPUCredits (155.59s)
=== CONT TestAccEC2Instance_CreditSpecificationT3_unspecifiedDefaultsToUnlimited
--- PASS: TestAccEC2Instance_IPv6_supportAddressCountWithIPv4 (86.57s)
=== CONT TestAccEC2Instance_IPv6_primaryDisable
--- PASS: TestAccEC2Instance_CreditSpecificationT3_standardCPUCredits (124.26s)
=== CONT TestAccEC2Instance_CreditSpecification_isNotAppliedToNonBurstable
--- PASS: TestAccEC2Instance_IPv6AddressCount (179.30s)
=== CONT TestAccEC2Instance_IPv6_primaryEnable
--- PASS: TestAccEC2Instance_CreditSpecificationT3_unspecifiedDefaultsToUnlimited (118.61s)
=== CONT TestAccEC2Instance_ipv6AddressCountAndSingleAddressCausesError
--- PASS: TestAccEC2Instance_ipv6AddressCountAndSingleAddressCausesError (0.85s)
=== CONT TestAccEC2Instance_IPv6_supportAddressCount
--- PASS: TestAccEC2Instance_CreditSpecification_isNotAppliedToNonBurstable (97.68s)
=== CONT TestAccEC2Instance_placementPartitionNumber
--- PASS: TestAccEC2Instance_IPv6_primaryDisable (199.98s)
=== CONT TestAccEC2Instance_placementGroup
--- PASS: TestAccEC2Instance_IPv6_supportAddressCount (139.13s)
=== CONT TestAccEC2Instance_CreditSpecification_updateCPUCredits
--- PASS: TestAccEC2Instance_placementPartitionNumber (118.63s)
=== CONT TestAccEC2Instance_outpost
ec2_instance_test.go:1122: skipping since no Outposts found
--- SKIP: TestAccEC2Instance_outpost (0.43s)
=== CONT TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t4g
--- PASS: TestAccEC2Instance_IPv6_primaryEnable (200.23s)
=== CONT TestAccEC2Instance_dedicatedInstance
--- PASS: TestAccEC2Instance_placementGroup (98.03s)
=== CONT TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t3a
--- PASS: TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t4g (77.50s)
=== CONT TestAccEC2Instance_basic
--- PASS: TestAccEC2Instance_dedicatedInstance (128.69s)
=== CONT TestAccEC2Instance_disableAPITerminationFinalTrue
--- PASS: TestAccEC2Instance_CreditSpecification_updateCPUCredits (168.24s)
=== CONT TestAccEC2Instance_disableAPITerminationFinalFalse
--- PASS: TestAccEC2Instance_basic (93.20s)
=== CONT TestAccEC2Instance_sourceDestCheck
--- PASS: TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t3a (118.39s)
=== CONT TestAccEC2Instance_disableAPIStop
--- PASS: TestAccEC2Instance_disableAPITerminationFinalTrue (107.99s)
=== CONT TestAccEC2Instance_noAMIEphemeralDevices
--- PASS: TestAccEC2Instance_sourceDestCheck (138.40s)
=== CONT TestAccEC2Instance_EBSRootDeviceMultipleBlockDevices_modifySize
--- PASS: TestAccEC2Instance_disableAPITerminationFinalFalse (157.84s)
=== CONT TestAccEC2Instance_rootInstanceStore
--- PASS: TestAccEC2Instance_noAMIEphemeralDevices (94.48s)
=== CONT TestAccEC2Instance_primaryNetworkInterface
--- PASS: TestAccEC2Instance_disableAPIStop (177.75s)
=== CONT TestAccEC2Instance_blockDevices
--- PASS: TestAccEC2Instance_blockDevices (82.54s)
=== CONT TestAccEC2Instance_gp3RootBlockDevice
--- PASS: TestAccEC2Instance_EBSRootDeviceMultipleBlockDevices_modifySize (145.23s)
=== CONT TestAccEC2Instance_gp2WithIopsValue
--- PASS: TestAccEC2Instance_primaryNetworkInterface (108.66s)
=== CONT TestAccEC2Instance_EBSRootDevice_multipleDynamicEBSBlockDevices
--- PASS: TestAccEC2Instance_gp2WithIopsValue (10.58s)
=== CONT TestAccEC2Instance_gp2IopsDevice
--- PASS: TestAccEC2Instance_gp3RootBlockDevice (103.35s)
=== CONT TestAccEC2Instance_EBSRootDeviceMultipleBlockDevices_modifyDeleteOnTermination
--- PASS: TestAccEC2Instance_EBSRootDevice_multipleDynamicEBSBlockDevices (83.20s)
=== CONT TestAccEC2Instance_userDataBase64_update
--- PASS: TestAccEC2Instance_gp2IopsDevice (123.10s)
=== CONT TestAccEC2Instance_NewNetworkInterface_emptyPrivateIPAndSecondaryPrivateIPs
--- PASS: TestAccEC2Instance_rootInstanceStore (294.78s)
=== CONT TestAccEC2Instance_EBSBlockDevice_invalidThroughputForVolumeType
--- PASS: TestAccEC2Instance_EBSBlockDevice_invalidThroughputForVolumeType (11.27s)
=== CONT TestAccEC2Instance_EBSBlockDevice_invalidIopsForVolumeType
--- PASS: TestAccEC2Instance_EBSBlockDevice_invalidIopsForVolumeType (10.91s)
=== CONT TestAccEC2Instance_userDataBase64_updateWithZipFile
--- PASS: TestAccEC2Instance_EBSRootDeviceMultipleBlockDevices_modifyDeleteOnTermination (103.72s)
=== CONT TestAccEC2Instance_enclaveOptions
--- PASS: TestAccEC2Instance_NewNetworkInterface_emptyPrivateIPAndSecondaryPrivateIPs (109.11s)
=== CONT TestAccEC2Instance_userDataBase64_updateWithBashFile
--- PASS: TestAccEC2Instance_userDataBase64_update (190.71s)
=== CONT TestAccEC2Instance_EBSBlockDevice_kmsKeyARN
--- PASS: TestAccEC2Instance_userDataBase64_updateWithZipFile (179.03s)
=== CONT TestAccEC2Instance_userDataBase64
--- PASS: TestAccEC2Instance_EBSBlockDevice_kmsKeyARN (125.25s)
=== CONT TestAccEC2Instance_RootBlockDevice_kmsKeyARN
--- PASS: TestAccEC2Instance_userDataBase64 (77.09s)
=== CONT TestAccEC2Instance_EBSBlockDevice_RootBlockDevice_removed
--- PASS: TestAccEC2Instance_userDataBase64_updateWithBashFile (210.29s)
=== CONT TestAccEC2Instance_tags_DefaultTags_updateToResourceOnly
--- PASS: TestAccEC2Instance_enclaveOptions (270.65s)
=== CONT TestAccEC2Instance_NewNetworkInterface_privateIPAndSecondaryPrivateIPs
--- PASS: TestAccEC2Instance_RootBlockDevice_kmsKeyARN (77.08s)
=== CONT TestAccEC2Instance_tags_IgnoreTags_Overlap_ResourceTag
--- PASS: TestAccEC2Instance_NewNetworkInterface_privateIPAndSecondaryPrivateIPs (98.76s)
=== CONT TestAccEC2Instance_tags_EmptyTag_OnUpdate_Replace
--- PASS: TestAccEC2Instance_EBSBlockDevice_RootBlockDevice_removed (161.04s)
=== CONT TestAccEC2Instance_tags_DefaultTags_nullNonOverlappingResourceTag
--- PASS: TestAccEC2Instance_tags_DefaultTags_updateToResourceOnly (142.93s)
=== CONT TestAccEC2Instance_tags_DefaultTags_updateToProviderOnly
--- PASS: TestAccEC2Instance_tags_IgnoreTags_Overlap_ResourceTag (171.66s)
=== CONT TestAccEC2Instance_tags_DefaultTags_nullOverlappingResourceTag
--- PASS: TestAccEC2Instance_tags_EmptyTag_OnUpdate_Replace (115.13s)
=== CONT TestAccEC2Instance_tags_DefaultTags_overlapping
--- PASS: TestAccEC2Instance_tags_DefaultTags_updateToProviderOnly (136.74s)
=== CONT TestAccEC2Instance_tags_DefaultTags_emptyProviderOnlyTag
--- PASS: TestAccEC2Instance_tags_DefaultTags_nullNonOverlappingResourceTag (154.90s)
=== CONT TestAccEC2Instance_tags_DefaultTags_nonOverlapping
--- PASS: TestAccEC2Instance_tags_DefaultTags_nullOverlappingResourceTag (145.26s)
=== CONT TestAccEC2Instance_tags_DefaultTags_providerOnly
--- PASS: TestAccEC2Instance_tags_DefaultTags_emptyProviderOnlyTag (114.74s)
=== CONT TestAccEC2Instance_tags_DefaultTags_emptyResourceTag
--- PASS: TestAccEC2Instance_tags_DefaultTags_overlapping (198.53s)
=== CONT TestAccEC2Instance_inDefaultVPCBySgName
--- PASS: TestAccEC2Instance_tags_DefaultTags_nonOverlapping (177.69s)
=== CONT TestAccEC2Instance_networkCardIndex
--- PASS: TestAccEC2Instance_inDefaultVPCBySgName (96.96s)
=== CONT TestAccEC2Instance_NewNetworkInterface_publicIPAndSecondaryPrivateIPs
--- PASS: TestAccEC2Instance_tags_DefaultTags_providerOnly (198.15s)
=== CONT TestAccEC2Instance_addSecurityGroupNetworkInterface
--- PASS: TestAccEC2Instance_tags_DefaultTags_emptyResourceTag (155.61s)
=== CONT TestAccEC2Instance_addSecondaryInterface
--- PASS: TestAccEC2Instance_networkCardIndex (119.71s)
=== CONT TestAccEC2Instance_primaryNetworkInterfaceSourceDestCheck
--- PASS: TestAccEC2Instance_NewNetworkInterface_publicIPAndSecondaryPrivateIPs (150.75s)
=== CONT TestAccEC2Instance_tags_EmptyTag_OnUpdate_Add
--- PASS: TestAccEC2Instance_primaryNetworkInterfaceSourceDestCheck (99.16s)
=== CONT TestAccEC2Instance_NewNetworkInterface_emptyPrivateIPAndSecondaryPrivateIPsUpdate
--- PASS: TestAccEC2Instance_tags_EmptyTag_OnUpdate_Add (177.02s)
=== CONT TestAccEC2Instance_tags_ComputedTag_OnCreate
--- PASS: TestAccEC2Instance_NewNetworkInterface_emptyPrivateIPAndSecondaryPrivateIPsUpdate (180.08s)
=== CONT TestAccEC2Instance_disappears
--- PASS: TestAccEC2Instance_addSecurityGroupNetworkInterface (333.21s)
=== CONT TestAccEC2Instance_tags_IgnoreTags_Overlap_DefaultTag
--- PASS: TestAccEC2Instance_addSecondaryInterface (370.03s)
=== CONT TestAccEC2Instance_atLeastOneOtherEBSVolume
--- PASS: TestAccEC2Instance_tags_ComputedTag_OnCreate (149.11s)
=== CONT TestAccEC2Instance_tags_ComputedTag_OnUpdate_Replace
--- PASS: TestAccEC2Instance_tags_IgnoreTags_Overlap_DefaultTag (144.08s)
=== CONT TestAccEC2Instance_NewNetworkInterface_privateIPAndSecondaryPrivateIPsUpdate
--- PASS: TestAccEC2Instance_tags_ComputedTag_OnUpdate_Replace (151.82s)
=== CONT TestAccEC2Instance_AssociatePublic_defaultPrivate
--- PASS: TestAccEC2Instance_NewNetworkInterface_privateIPAndSecondaryPrivateIPsUpdate (151.39s)
=== CONT TestAccEC2Instance_EBSRootDeviceModifyIOPS_io2
--- PASS: TestAccEC2Instance_disappears (350.67s)
=== CONT TestAccEC2Instance_EBSRootDeviceModifyIOPS_io1
--- PASS: TestAccEC2Instance_AssociatePublic_defaultPrivate (118.81s)
=== CONT TestAccEC2Instance_tags_EmptyMap
--- PASS: TestAccEC2Instance_atLeastOneOtherEBSVolume (404.30s)
=== CONT TestAccEC2Instance_EBSRootDevice_modifyDeleteOnTermination
--- PASS: TestAccEC2Instance_EBSRootDeviceModifyIOPS_io2 (178.66s)
=== CONT TestAccEC2Instance_inDefaultVPCBySgID
--- PASS: TestAccEC2Instance_EBSRootDeviceModifyIOPS_io1 (157.59s)
=== CONT TestAccEC2Instance_tags_EmptyTag_OnCreate
--- PASS: TestAccEC2Instance_tags_EmptyMap (131.78s)
=== CONT TestAccEC2Instance_CreditSpecificationUnspecifiedToEmpty_nonBurstable
--- PASS: TestAccEC2Instance_inDefaultVPCBySgID (117.35s)
=== CONT TestAccEC2Instance_cpuOptionsCoreThreadsUnspecifiedToSpecified
--- PASS: TestAccEC2Instance_EBSRootDevice_modifyDeleteOnTermination (160.09s)
=== CONT TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t2
--- PASS: TestAccEC2Instance_CreditSpecificationUnspecifiedToEmpty_nonBurstable (127.16s)
=== CONT TestAccEC2Instance_CreditSpecificationEmpty_nonBurstable
--- PASS: TestAccEC2Instance_tags_EmptyTag_OnCreate (165.98s)
=== CONT TestAccEC2Instance_CreditSpecification_unlimitedCPUCredits
--- PASS: TestAccEC2Instance_CreditSpecificationUnknownCPUCredits_t2 (118.87s)
=== CONT TestAccEC2Instance_cpuOptionsCoreThreadsMigration
--- PASS: TestAccEC2Instance_cpuOptionsCoreThreadsUnspecifiedToSpecified (163.75s)
=== CONT TestAccEC2Instance_CreditSpecification_standardCPUCredits
--- PASS: TestAccEC2Instance_CreditSpecificationEmpty_nonBurstable (137.54s)
=== CONT TestAccEC2Instance_CreditSpecification_unspecifiedDefaultsToStandard
--- PASS: TestAccEC2Instance_CreditSpecification_unlimitedCPUCredits (165.53s)
=== CONT TestAccEC2Instance_cpuOptionsCoreThreads
--- PASS: TestAccEC2Instance_CreditSpecification_unspecifiedDefaultsToStandard (76.36s)
=== CONT TestAccEC2Instance_tags_ComputedTag_OnUpdate_Add
--- PASS: TestAccEC2Instance_cpuOptionsCoreThreadsMigration (145.31s)
=== CONT TestAccEC2Instance_tags_null
--- PASS: TestAccEC2Instance_CreditSpecification_standardCPUCredits (186.27s)
=== CONT TestAccEC2Instance_EBSRootDevice_modifyAll
--- PASS: TestAccEC2Instance_tags_null (131.57s)
=== CONT TestAccEC2Instance_tags_AddOnUpdate
--- PASS: TestAccEC2Instance_tags_ComputedTag_OnUpdate_Add (170.42s)
=== CONT TestAccEC2Instance_EBSRootDeviceModifyThroughput_gp3
--- PASS: TestAccEC2Instance_cpuOptionsCoreThreads (250.98s)
--- PASS: TestAccEC2Instance_EBSRootDevice_modifyAll (157.21s)
--- PASS: TestAccEC2Instance_tags_AddOnUpdate (116.19s)
--- PASS: TestAccEC2Instance_EBSRootDeviceModifyThroughput_gp3 (166.82s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 7084.971s
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Addresses a defect in current functionality.
prioritized
Part of the maintainer teams immediate focus. To be addressed within the current quarter.
service/ec2
Issues and PRs that pertain to the ec2 service.
tests
PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The http_tokens options wasn't included in the change plan when updating the metadata options for an aws_instance resource.
I have written down my steps to reproduce at #21204 (comment)
Closes #21204
Output from Acceptance Testing