Open ottramst opened 1 month ago
Can I get a pair of eyes on this please?
this is a breaking change - and one we should probably make at some point. however, why is this needed right now?
This PR has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 10 days
I think it's needed because right now there is no way to get information from the module about operations regarding the Cloudwatch log groups.
If using the configuration provided in the initial message of the pull request, the specified outputs are null
Description
Change the Cloudwatch log group outputs to include all created log groups information
Motivation and Context
When using a configuration such as:
the outputs of
cloudwatch_log_group_name
andcloudwatch_log_group_arn
were nullBreaking Changes
None.
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request