-
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
[Enhancement]: r/ebs_snapshot_copy new completion_duration_minutes
argument. Time-based Copy for EBS Snapshots
#40336
[Enhancement]: r/ebs_snapshot_copy new completion_duration_minutes
argument. Time-based Copy for EBS Snapshots
#40336
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.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccEC2EBSSnapshotCopy_' PKG=ec2 ACCTEST_PARALLELISM=3
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 3 -run=TestAccEC2EBSSnapshotCopy_ -timeout 360m
2024/12/05 11:53:46 Initializing Terraform AWS Provider...
=== RUN TestAccEC2EBSSnapshotCopy_basic
=== PAUSE TestAccEC2EBSSnapshotCopy_basic
=== RUN TestAccEC2EBSSnapshotCopy_disappears
=== PAUSE TestAccEC2EBSSnapshotCopy_disappears
=== RUN TestAccEC2EBSSnapshotCopy_tags
=== PAUSE TestAccEC2EBSSnapshotCopy_tags
=== RUN TestAccEC2EBSSnapshotCopy_withDescription
=== PAUSE TestAccEC2EBSSnapshotCopy_withDescription
=== RUN TestAccEC2EBSSnapshotCopy_withRegions
=== PAUSE TestAccEC2EBSSnapshotCopy_withRegions
=== RUN TestAccEC2EBSSnapshotCopy_withKMS
=== PAUSE TestAccEC2EBSSnapshotCopy_withKMS
=== RUN TestAccEC2EBSSnapshotCopy_storageTier
=== PAUSE TestAccEC2EBSSnapshotCopy_storageTier
=== RUN TestAccEC2EBSSnapshotCopy_withCompletionDurationMinutes
=== PAUSE TestAccEC2EBSSnapshotCopy_withCompletionDurationMinutes
=== CONT TestAccEC2EBSSnapshotCopy_basic
=== CONT TestAccEC2EBSSnapshotCopy_withRegions
=== CONT TestAccEC2EBSSnapshotCopy_storageTier
--- PASS: TestAccEC2EBSSnapshotCopy_withRegions (67.89s)
=== CONT TestAccEC2EBSSnapshotCopy_withCompletionDurationMinutes
--- PASS: TestAccEC2EBSSnapshotCopy_basic (125.13s)
=== CONT TestAccEC2EBSSnapshotCopy_withKMS
--- PASS: TestAccEC2EBSSnapshotCopy_storageTier (129.83s)
=== CONT TestAccEC2EBSSnapshotCopy_tags
--- PASS: TestAccEC2EBSSnapshotCopy_withKMS (64.20s)
=== CONT TestAccEC2EBSSnapshotCopy_withDescription
--- PASS: TestAccEC2EBSSnapshotCopy_withCompletionDurationMinutes (141.54s)
=== CONT TestAccEC2EBSSnapshotCopy_disappears
--- PASS: TestAccEC2EBSSnapshotCopy_tags (81.77s)
--- PASS: TestAccEC2EBSSnapshotCopy_withDescription (64.49s)
--- PASS: TestAccEC2EBSSnapshotCopy_disappears (91.86s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 305.598s
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 🚀
This functionality has been released in v5.81.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! |
Description
Adds new argument to support time-based Copy for EBS Snapshots.
Relations
Closes #40329
References
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CopySnapshot.html
Output from Acceptance Testing