-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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: Enhancing VPC Security with Amazon VPC Block Public Access #1159
feat: Enhancing VPC Security with Amazon VPC Block Public Access #1159
Conversation
…, aws_vpc_block_public_access_exclusion
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.
Looks pretty good, there are a few comments.
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
…cess-exclusion-1158
…cess-exclusion-1158
@antonbabenko thanks for your comments, I fixed all of them. If you could take a look once again, I will be grateful. Thanks. |
Commenting to track PR. Keen to start using this in the module Thanks All |
Thank you for the contributions @sebastianczech ! |
## [5.19.0](v5.18.1...v5.19.0) (2025-02-12) ### Features * Enhancing VPC Security with Amazon VPC Block Public Access ([#1159](#1159)) ([387f5ee](387f5ee))
This PR is included in version 5.19.0 🎉 |
Going to need a change to the module. Unable to set the Name on the bpa exclusion. I will take a look |
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. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
PR add support for VPC Block Public Access exclusions and VPC Block Public Access options
Motivation and Context
Resolves #1158
Breaking Changes
It doesn't break backwards compatibility with the current major version
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request