From d3d7ce424e050993deaa3ae1b5f37a36cb4ecf63 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Thu, 22 Mar 2018 13:03:21 -0400 Subject: [PATCH] Update CHANGELOG for #3868 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6b90eef4b26..7a4a5de256b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ ENHANCEMENTS: * provider: Treat IAM policies with account ID principals as equivalent to IAM account root ARN [GH-3832] * provider: Treat additional IAM policy scenarios with empty principal trees as equivalent [GH-3832] +* resource/aws_acm_certificate: Retry on ResourceInUseException during deletion for eventual consistency [GH-3868] * resource/aws_cloudfront_distribution: Validate origin `domain_name` and `origin_id` at plan time [GH-3767] * resource/aws_eip: Support configurable timeouts [GH-3769] * resource/aws_elasticache_cluster: Support plan time validation of az_mode [GH-3857]