Skip to content
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 CloudWatch log group name to outputs #28

Conversation

kevin-kortum-trustedshops
Copy link
Contributor

Description

This adds a new output to the module for cloudwatch log groups

Motivation and Context

I need to have to log group name to pass it to another module. Unfortunately, i only have the arn of the log group and the aws data source for the ressource won't allow a lookup by arn. Its easier to add the value to this module.

Breaking Changes

Nope. Just more data in your outputs. This change should align nicely with the currently provided output in the aws-rds module :)

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

@kevin-kortum-trustedshops kevin-kortum-trustedshops changed the title feat: adds cloudwatch group name to module outputs feat: Adds cloudwatch group name to module outputs Nov 19, 2024
@bryantbiggs bryantbiggs changed the title feat: Adds cloudwatch group name to module outputs feat: Add CloudWatch log group name to outputs Nov 19, 2024
@bryantbiggs bryantbiggs merged commit 0fc0e19 into terraform-aws-modules:master Nov 19, 2024
10 of 11 checks passed
antonbabenko pushed a commit that referenced this pull request Nov 19, 2024
## [3.2.0](v3.1.1...v3.2.0) (2024-11-19)

### Features

* Add CloudWatch log group name to outputs ([#28](#28)) ([0fc0e19](0fc0e19))

### Bug Fixes

* Update CI workflow versions to latest ([#27](#27)) ([b6f22be](b6f22be))
@antonbabenko
Copy link
Member

This PR is included in version 3.2.0 🎉

@kevin-kortum-trustedshops kevin-kortum-trustedshops deleted the feat/add-log-group-name-to-outputs branch November 20, 2024 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants