-
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
Added new resource aws_vpc_block_public_access_options #40233
Added new resource aws_vpc_block_public_access_options #40233
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=TestAccVPCBlockPublicAccessOptions_serial' 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=TestAccVPCBlockPublicAccessOptions_serial -timeout 360m
2024/11/26 12:27:38 Initializing Terraform AWS Provider...
=== RUN TestAccVPCBlockPublicAccessOptions_serial
=== PAUSE TestAccVPCBlockPublicAccessOptions_serial
=== CONT TestAccVPCBlockPublicAccessOptions_serial
=== RUN TestAccVPCBlockPublicAccessOptions_serial/update
=== RUN TestAccVPCBlockPublicAccessOptions_serial/basic
--- PASS: TestAccVPCBlockPublicAccessOptions_serial (1017.85s)
--- PASS: TestAccVPCBlockPublicAccessOptions_serial/update (654.48s)
--- PASS: TestAccVPCBlockPublicAccessOptions_serial/basic (363.37s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 1023.514s
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=TestAccVPCBlockPublicAccessOptions_serial' 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=TestAccVPCBlockPublicAccessOptions_serial -timeout 360m
2024/11/27 08:10:26 Initializing Terraform AWS Provider...
=== RUN TestAccVPCBlockPublicAccessOptions_serial
=== PAUSE TestAccVPCBlockPublicAccessOptions_serial
=== CONT TestAccVPCBlockPublicAccessOptions_serial
=== RUN TestAccVPCBlockPublicAccessOptions_serial/update
=== RUN TestAccVPCBlockPublicAccessOptions_serial/basic
--- PASS: TestAccVPCBlockPublicAccessOptions_serial (1117.78s)
--- PASS: TestAccVPCBlockPublicAccessOptions_serial/update (641.20s)
--- PASS: TestAccVPCBlockPublicAccessOptions_serial/basic (476.58s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 1124.663s
@madhavvishnubhatta Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.79.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
New resource aws_vpc_block_public_access_options to support the feature https://aws.amazon.com/about-aws/whats-new/2024/11/block-public-access-amazon-virtual-private-cloud/
Relations
Relates #40200
References
https://aws.amazon.com/about-aws/whats-new/2024/11/block-public-access-amazon-virtual-private-cloud/
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_VpcBlockPublicAccessOptions.html
Output from Acceptance Testing