-
Notifications
You must be signed in to change notification settings - Fork 9.6k
feat: add attribute create_time
to data source
#41839
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
feat: add attribute create_time
to data source
#41839
Conversation
Community GuidelinesThis comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀 Voting for Prioritization
Pull Request Authors
|
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 PKG=ebs TESTS="TestAccEC2EBSVolumeDataSource_|TestAccEC2EBSVolume_"
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.7 test ./internal/service/ec2/... -v -count 1 -parallel 20 -run='TestAccEC2EBSVolumeDataSource_|TestAccEC2EBSVolume_' -timeout 360m -vet=off
2025/03/14 09:37:30 Initializing Terraform AWS Provider...
=== NAME TestAccEC2EBSVolume_outpost
ebs_volume_test.go:502: skipping since no Outposts found
--- SKIP: TestAccEC2EBSVolume_outpost (0.85s)
=== CONT TestAccEC2EBSVolume_multiAttach_io1
--- PASS: TestAccEC2EBSVolume_multiAttach_gp2 (4.94s)
=== CONT TestAccEC2EBSVolumeDataSource_multipleFilters
--- PASS: TestAccEC2EBSVolume_disappears (50.02s)
=== CONT TestAccEC2EBSVolume_UpdateIops_io2
--- PASS: TestAccEC2EBSVolumeDataSource_basic (51.12s)
=== CONT TestAccEC2EBSVolume_gp3ToGP2
--- PASS: TestAccEC2EBSVolumeDataSource_multipleFilters (46.33s)
=== CONT TestAccEC2EBSVolume_invalidThroughputForType
--- PASS: TestAccEC2EBSVolume_invalidThroughputForType (1.77s)
=== CONT TestAccEC2EBSVolume_invalidIopsForType
--- PASS: TestAccEC2EBSVolume_invalidIopsForType (1.71s)
--- PASS: TestAccEC2EBSVolume_GP3_basic (58.23s)
--- PASS: TestAccEC2EBSVolume_multiAttach_io1 (57.51s)
--- PASS: TestAccEC2EBSVolume_basic (58.65s)
--- PASS: TestAccEC2EBSVolume_multiAttach_io2 (58.91s)
--- PASS: TestAccEC2EBSVolume_noIops (58.92s)
--- PASS: TestAccEC2EBSVolume_kmsKey (60.95s)
--- PASS: TestAccEC2EBSVolume_withTags (80.12s)
--- PASS: TestAccEC2EBSVolume_GP3_iops (81.29s)
--- PASS: TestAccEC2EBSVolume_updateSize (81.96s)
--- PASS: TestAccEC2EBSVolume_UpdateIops_io1 (82.05s)
--- PASS: TestAccEC2EBSVolume_io1ToGP3 (82.08s)
--- PASS: TestAccEC2EBSVolume_updateType (82.08s)
--- PASS: TestAccEC2EBSVolume_GP3_throughput (82.35s)
--- PASS: TestAccEC2EBSVolume_snapshotIDAndSize (106.84s)
--- PASS: TestAccEC2EBSVolume_UpdateIops_io2 (57.34s)
--- PASS: TestAccEC2EBSVolume_gp3ToGP2 (56.90s)
--- PASS: TestAccEC2EBSVolume_finalSnapshot (112.29s)
--- PASS: TestAccEC2EBSVolume_snapshotID (135.06s)
--- PASS: TestAccEC2EBSVolume_updateAttachedEBSVolume (142.26s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 149.342s
Thanks for your contribution, @stefanfreitag! 👍 I added this attribute to the |
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 🚀
Warning This Issue has been closed, meaning that any additional comments are much easier for the maintainers to miss. Please assume that the maintainers will not see them. Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed. |
This functionality has been released in v5.92.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
Add the attribute
create_time
to data sourceaws_ebs_volume
Relations
Closes #41796
References
Output from Acceptance Testing