terraform-aws-eks
terraform-aws-eks copied to clipboard
feat: Add additional log-group tags
Description
- added additional variable for cloudwatch_log_groups
Motivation and Context
We have a use case where custom tags is needed to be created ONLY for our cloudwatch_log_groups, it is a tag that will be read by our application which runs periodically to determine whether the loggroup should be archived or not.
Breaking Changes
No breaking changes is expected
- I have executed
pre-commit run -aon my pull request