-
-
Notifications
You must be signed in to change notification settings - Fork 675
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 option enforce_security_group_inbound_rules_on_private_link_traffic #332
Conversation
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.
A few updates and we'll need to wait for the next release of the provider
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
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.
thank you!
## [9.3.0](v9.2.0...v9.3.0) (2023-12-22) ### Features * Add option enforce_security_group_inbound_rules_on_private_link_traffic ([#332](#332)) ([33feec8](33feec8))
This PR is included in version 9.3.0 🎉 |
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
Add
enforce_security_group_inbound_rules_on_private_link_traffic
toaws_lb
Motivation and Context
When using Security Group for network load balancers there is a need to configure whether the inbound rules are enforced for PrivateLink traffic.
hashicorp/terraform-provider-aws#33766
hashicorp/terraform-provider-aws#33767
Breaking Changes
No.
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request