-
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
r/aws_instance: Fix ReservationCapacityExceeded
errors
#35745
Conversation
% make testacc TESTARGS='-run=TestAccEC2Instance_EBSRootDevice_multipleDynamicEBSBlockDevices' 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_EBSRootDevice_multipleDynamicEBSBlockDevices -timeout 360m === RUN TestAccEC2Instance_EBSRootDevice_multipleDynamicEBSBlockDevices === PAUSE TestAccEC2Instance_EBSRootDevice_multipleDynamicEBSBlockDevices === CONT TestAccEC2Instance_EBSRootDevice_multipleDynamicEBSBlockDevices --- PASS: TestAccEC2Instance_EBSRootDevice_multipleDynamicEBSBlockDevices (137.34s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 148.021s
Community NoteVoting for Prioritization
For Submitters
|
% make testacc TESTARGS='-run=TestAccEC2Instance_atLeastOneOtherEBSVolume\|TestAccEC2SpotFleetRequest_instanceStoreAMI\|TestAccEC2AMIDataSource_instanceStore\|TestAccEC2Instance_rootInstanceStore' 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_atLeastOneOtherEBSVolume\|TestAccEC2SpotFleetRequest_instanceStoreAMI\|TestAccEC2AMIDataSource_instanceStore\|TestAccEC2Instance_rootInstanceStore -timeout 360m === RUN TestAccEC2AMIDataSource_instanceStore === PAUSE TestAccEC2AMIDataSource_instanceStore === RUN TestAccEC2Instance_atLeastOneOtherEBSVolume === PAUSE TestAccEC2Instance_atLeastOneOtherEBSVolume === RUN TestAccEC2Instance_rootInstanceStore === PAUSE TestAccEC2Instance_rootInstanceStore === RUN TestAccEC2SpotFleetRequest_instanceStoreAMI === PAUSE TestAccEC2SpotFleetRequest_instanceStoreAMI === CONT TestAccEC2AMIDataSource_instanceStore === CONT TestAccEC2Instance_rootInstanceStore --- PASS: TestAccEC2AMIDataSource_instanceStore (31.09s) === CONT TestAccEC2SpotFleetRequest_instanceStoreAMI --- PASS: TestAccEC2SpotFleetRequest_instanceStoreAMI (138.06s) === CONT TestAccEC2Instance_atLeastOneOtherEBSVolume --- PASS: TestAccEC2Instance_atLeastOneOtherEBSVolume (387.83s) --- PASS: TestAccEC2Instance_rootInstanceStore (558.20s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 570.224s
This functionality has been released in v5.37.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
ReservationCapacityExceeded
errors when updatinginstance_type
andcapacity_reservation_specification.capacity_reservation_target.capacity_reservation_id
.Relations
Closes #32458.
Closes #33412.
Output from Acceptance Testing