-
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
feat: add new resource aws_ebs_snapshot_block_public_access #38641
feat: add new resource aws_ebs_snapshot_block_public_access #38641
Conversation
Community NoteVoting for Prioritization
For Submitters
|
One check is failing, but not sure what needs to be fixed here.
|
Hey @stefanfreitag 👋 Thank you for taking the time to raise this! I think there was a docs outage related to Transfer this morning that seemed like it could have been related, so I queued the job to re-run. |
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=TestAccEC2EBSSnapshotBlockPublicAccess_' PKG=ec2
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.5 test ./internal/service/ec2/... -v -count 1 -parallel 20 -run=TestAccEC2EBSSnapshotBlockPublicAccess_ -timeout 360m
=== RUN TestAccEC2EBSSnapshotBlockPublicAccess_basic
=== PAUSE TestAccEC2EBSSnapshotBlockPublicAccess_basic
=== CONT TestAccEC2EBSSnapshotBlockPublicAccess_basic
--- PASS: TestAccEC2EBSSnapshotBlockPublicAccess_basic (24.73s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 29.896s
@stefanfreitag Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.62.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 a new resource allowing to block the public sharing of EBS snapshots.
Relations
The pull request created by @obounaim was moved into draft status a few days ago. I used it as starting point added a few bits here and there.
References
#34347 contains links to the AWS announcement and blog posts
Output from Acceptance Testing