From 1e44cd93e3c5deb4d5b500fa32ec4fb698466aa6 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Wed, 2 Sep 2020 21:17:17 -0400 Subject: [PATCH] Update CHANGELOG for #14993 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b54a79e33a1..f6bc26a13cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ ENHANCEMENTS BUG FIXES * resource/aws_autoscaling_group: Prevent unnecessary tag removal and recreation within tag updates [GH-13868] +* resource/aws_cloudfront_distribution: Prevent panic with missing `ForwardedValues` [GH-14993] * resource/aws_dynamodb_table: Properly update `global_secondary_index` `non_key_attributes` values [GH-9988] * resource/aws_emr_cluster: Prevent recreation when `ebs_config.volumes_per_instance` is greater than 1 [GH-14858] * resource/aws_lambda_function_event_invoke_config: Prevent unexpected format of function resource error [GH-14851]