From 80209384a4ae43f02db05385f921270b6c95c642 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Wed, 20 Jun 2018 21:19:04 -0400 Subject: [PATCH] Update CHANGELOG for #4898 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a9c0a9ac10..bc57efe5861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ BUG FIXES: * resource/aws_batch_job_definition: Force resource recreation on retry_strategy attempts updates [GH-4854] * resource/aws_cognito_user_pool_client: Prevent panic with updating `refresh_token_validity` [GH-4868] +* resource/aws_instance: Prevent extraneous ModifyInstanceCreditSpecification call on resource creation [GH-4898] * resource/aws_vpn_gateway_attachment: Fix error handling for missing VPN gateway [GH-4895] ## 1.23.0 (June 14, 2018)