From 79fe48ed9ce0bbcd03aee4ecc71812682d6d199e Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Thu, 30 Jul 2020 13:07:49 -0400 Subject: [PATCH] Update CHANGELOG for #14214 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de311add058..5b15cac8ec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ BREAKING CHANGES * resource/aws_autoscaling_group: `availability_zones` and `vpc_zone_identifier` argument conflict now reported at plan-time [GH-12927] * resource/aws_autoscaling_group: Remove `Computed` property from `load_balancers` and `target_group_arns` arguments, enabling drift detection [GH-14064] * resource/aws_cloudfront_distribution: `active_trusted_signers` argument renamed to `trusted_signers` to support accessing `items` in Terraform 0.12 [GH-14339] +* resource/aws_cloudwatch_log_group: Automatically trim `:*` suffix from `arn` attribute [GH-14214] * resource/aws_cognito_user_pool: Remove deprecated `admin_create_user_config` configuration block `unused_account_validity_days` argument [GH-14294] * resource/aws_dx_gateway: Remove automatic `aws_dx_gateway_association` resource import [GH-14124] * resource/aws_dx_gateway_association: Remove deprecated `vpn_gateway_id` argument [GH-14144]