-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[Feature Request] Ability to specify CloudWatch Log group name for VPC Flow logs #836
Comments
this is not a naming scheme we control - its a naming scheme controlled by AWS that we match here in order to "control" the log group |
I was trying to find the documentation but I stand corrected - I guess we do have control over the log group name. A lot of other services usually dictate the name of the log group but I guess VPC flow logs allows complete control of the name |
Fixed in #847 |
I'm going to lock this issue 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 similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Is your request related to a problem? Please describe.
As for now, we can specify just
flow_log_cloudwatch_log_group_name_prefix
and with all defaults we will get a kind of the the following name for CloudWatch Log group name:Describe the solution you'd like.
We should be able to specify CloudWatch Log group name(suffix) in order to be able to identify it by name.
A variable like
flow_log_cloudwatch_log_group_name = project-name
should permit us to set custom name instead of VPC ID:Current code
terraform-aws-vpc/vpc-flow-logs.tf
Line 47 in 5939699
The text was updated successfully, but these errors were encountered: