From ecdc96406de44ee43816596d9da630cfc112839c Mon Sep 17 00:00:00 2001 From: James Bardin Date: Tue, 15 Aug 2017 16:43:46 -0400 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea5324781..e3316f85a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ BUG FIXES: * Fix `terraform state rm` and `mv` commands to work correctly with remote state backends [GH-15652] +* Fix errors when interpolations fail during input [GH-15780] +* Backoff retried in remote-execution provisioner [GH-15772] +* Load plugins from `~/.terraform.d/plugins/OS_ARCH/` and `.terraformrc` [GH-15769] +* The `import` command was ignoring the remote state configuration [GH-15768] +* Don't allow leading slashes in s3 bucket names for remote state [GH-15738] IMPROVEMENTS: