From a84d5213ba92ef4405f7406b9964ead3199febfd Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Tue, 17 Apr 2018 15:55:51 -0400 Subject: [PATCH] Update CHANGELOG for #4086 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f6f95d08e68..270c9bae5910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ BUG FIXES: * resource/aws_elasticache_replication_group: Increase default create timeout to 60 minutes [GH-4093] * resource/aws_emr_cluster: Force new resource if any of the `ec2_attributes` change [GH-4218] * resource/aws_iam_role: Suppress `NoSuchEntity` errors while detaching policies from role during deletion [GH-4209] +* resource/aws_lb: Force new resource if any of the `subnet_mapping` attributes change [GH-4086] * resource/aws_rds_cluster: Properly handle `engine_version` with `snapshot_identifier` [GH-4215] * resource/aws_route53_record: Improved handling of non-alphanumeric record names [GH-4183] * resource/aws_spot_instance_request: Fix `instance_interuption_behaviour` hibernate and stop handling with placement [GH-1986]