From 95e71eff795b903ecd2c7fb24332ead4790d5e1a Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Tue, 30 Oct 2018 14:24:27 -0400 Subject: [PATCH] Update CHANGELOG for #6253 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08b34e0231a..cb1f17f0875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ BUG FIXES: * resource/aws_ami_launch_permission: Prevent panic reading public permissions [GH-6224] * resource/aws_budgets_budget: Properly read `time_period_start` and `time_period_end` into Terraform state [GH-6226] * resource/aws_cloudwatch_metric_alarm: Allow EC2 Automate ARNs with `alarm_actions` [GH-6206] +* resource/aws_dx_gateway: Allow legacy `amazon_side_asn` in plan-time validation [GH-6253] * resource/aws_egress_only_internet_gateway: Improve eventual consistency logic during creation [GH-6190] * resource/aws_glue_crawler: Suppress `role` difference when using ARN [GH-6293] * resource/aws_nat_gateway: Remove `network_interface_id`, `private_ip`, and `public_ip` as configurable (they continue to be available as read-only attributes) [GH-6225]