From 2ed8c39238c0791bc867f0c1b9e506be562e8856 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Thu, 12 Nov 2020 08:48:55 -0500 Subject: [PATCH] Update CHANGELOG for #16032 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f83f240f17e..42b9f299c2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,9 @@ BUG FIXES * resource/aws_cognito_identity_pool: Update `identity_pool_name` argument validation to include additional characters supported by the API [GH-15773] * resource/aws_db_instance: Ignore `DBInstanceNotFound` error during deletion [GH-15942] * resource/aws_ecs_service: Properly remove resource from Terraform state with `ClusterNotFoundException` error [GH-15927] +* resource/aws_eip: In EC2-Classic, wait until Instance returns as associated during create or update [GH-16032] +* resource/aws_eip_association: Retry on additional EC2 Address eventual consistency errors on creation [GH-16032] +* resource/aws_eip_association: In EC2-Classic, wait until Instance returns as associated during creation [GH-16032] * resource/aws_kinesis_analytics_application: Handle IAM role eventual consistency issues [GH-16125] * resource/aws_kinesisanalyticsv2_application: Handle IAM role eventual consistency issues [GH-16125] * resource/aws_lb_target_group: Allow invalid configurations that were allowed prior to 3.10. [GH-15613]