From 137974c4a8b21e9c4e5aab87cf2bd017cb714c7e Mon Sep 17 00:00:00 2001 From: Sander van Harmelen Date: Fri, 29 Mar 2019 08:34:49 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b3a7acf6..6cb26e685a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ IMPROVEMENTS: BUG FIXES: +* backend/remote: Ensure variables are loaded correctly when using `terraform console` [GH-20857] * config: Correct `filebase64sha256` function return value [GH-20654] * command/fmt: "Heredoc" sequences no longer cause incorrect indentation for following blocks [GH-20715] * command/state ...: The address-matching logic for all of these commands now correctly matches an address like `aws_instance.foo` only in the root module, rather than maching all resources/instances of the given type and name in descendent modules too. [GH-20719]