Open richardgavel-ordinaryexperts opened 2 weeks ago
Support specifying the log group class on a created CloudWatch log group.
(https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/241)
Checked (https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#500-may-25-2023). Does not appear the breaking changes in the 5.0.0 provider impact this module.
examples/*
pre-commit run -a
FYI - updated the branch this would go into so you'll want to rebase off that one to clean up the diff
Description
Support specifying the log group class on a created CloudWatch log group.
Motivation and Context
(https://github.com/terraform-aws-modules/terraform-aws-ecs/issues/241)
Breaking Changes
Checked (https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#500-may-25-2023). Does not appear the breaking changes in the 5.0.0 provider impact this module.
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request