terraform-aws-cloudwatch
terraform-aws-cloudwatch copied to clipboard
feat: Support `aws_cloudwatch_log_data_protection_policy`
Description
Support for aws_cloudwatch_log_data_protection_policy.
https://registry.terraform.io/providers/hashicorp/aws/5.56.1/docs/resources/cloudwatch_log_data_protection_policy
https://registry.terraform.io/providers/hashicorp/aws/5.56.1/docs/data-sources/cloudwatch_log_data_protection_policy_document#argument-reference
Motivation and Context
https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/mask-sensitive-log-data.html
Breaking Changes
No.
How Has This Been Tested?
- [x] I have updated at least one of the
examples/*to demonstrate and validate my change(s) - [x] I have tested and validated these changes using one or more of the provided
examples/*projects
- [x] I have executed
pre-commit run -aon my pull request