From 07e1b5fed6c7c4ca262c27328581ecc83e833d87 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Wed, 27 Feb 2019 14:38:41 -0500 Subject: [PATCH] Update CHANGELOG for #7732 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c821e490d29..d6e130ad6e78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ BUG FIXES: * data-source/aws_lambda_function: Properly return error for missing function [GH-7663] * resource/aws_appautoscaling_policy: Properly read `step_scaling_policy_configuration` into Terraform state [GH-7706] +* resource/aws_cloudfront_distribution: Adjust TypeSet and TypeList attributes for better difference handling [GH-7732] * resource/aws_redshift_cluster: Properly read logging into Terraform state [GH-7717] * resource/aws_route53_record: Existing Route 53 Records are no longer silently overwritten during resource creation by default (use `terraform import` or deprecated `allow_overwrite` argument) [GH-7734] * resource/aws_vpn_connection: Remove configurability of read-only `customer_gateway_configuration`, `routes`, and `vgw_telemetry` attributes [GH-7636]