-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
feat: Add new sub-module for AWS flow log #1241
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 sub-module for AWS flow log #1241
Conversation
| @@ -0,0 +1,10 @@ | |||
| terraform { | |||
| required_version = ">= 1.5.7" | |||
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.
these versions are different from the rest of the repository but that is intention. It does not affect anything else in the module, but we want to start off on these versions
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.
Minor comments
## [6.3.0](v6.2.0...v6.3.0) (2025-09-26) ### Features * Add new sub-module for AWS flow log ([#1241](#1241)) ([33aabec](33aabec))
|
This PR is included in version 6.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
Motivation and Context
Breaking Changes
How Has This Been Tested?
examples/*to demonstrate and validate my change(s)examples/*projectspre-commit run -aon my pull request