From e7f7395e9e9b747770c433beadab5d18d2b5d2c1 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 27 Jun 2017 10:51:27 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa060453e..8eba0f6977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ BUG FIXES: * core: the S3 Backend was failing to remove the state file checksums from DynamoDB when deleting a workspace [GH-15383] * core: Improved reslience against crashes for a certain kind of inconsistency in the representation of list values in state. [GH-15390] * core: Display correct to and from backends in copy message when migrating to new remote state [GH-15318] +* core: Fix a regression from 0.9.6 that was causing the tally of resources to create to be double-counted sometimes in the plan output [GH-15344] * cli: the state `rm` and `mv` commands were always loading a state from a Backend, and ignoring the `-state` flag [GH-15388] * cli: certain prompts in `terraform init` were respecting `-input=false` but not the `TF_INPUT` environment variable [GH-15391]