From e18b9cffdcbaee473e2d0788f92a091c26d973b6 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Wed, 22 Aug 2018 09:31:20 -0400 Subject: [PATCH] Update CHANGELOG for #5621 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b3c57f2af0d..29de3199f4cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,7 @@ BUG FIXES: * resource/aws_api_gateway_integration_response: Properly read `response_templates` into Terraform state [GH-5569] * resource/aws_cloudfront_distribution: Import into `ordered_cache_behavior` instead of deprecated `cache_behavior` [GH-5586] * resource/aws_db_instance: Prevent error when using `snapshot_identifier` with `multi_az` enabled and sqlserver `engine` [GH-5613] -* resource/aws_db_instance: Prevent double apply when using `snapshot_identifier` parameters that require `ModifyDBInstance` during resource creation [GH-5613] +* resource/aws_db_instance: Prevent double apply when using `snapshot_identifier` parameters that require `ModifyDBInstance` during resource creation [GH-5613] / [GH-5621] * resource/aws_ecs_task_definition: Treat `INACTIVE` task definitions as removed [GH-5565] * resource/aws_elasticache_cluster: Allow `availability_zone` to be specified with `replication_group_id` [GH-5585] * resource/aws_instance: Ignore change of `user_data` from omission to empty string [GH-5467]