From 9ef44b72b36378ae0661eeffd9a46c03549401fa Mon Sep 17 00:00:00 2001 From: Pam Selle Date: Fri, 6 Dec 2019 12:10:33 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f62ef78c..921fb2307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ BUG FIXES: * cli: Allow moving indexed resource instances to new addresses that that don't yet exist in state [GH-23582] * cli: Improved heuristics for log level filtering with the `TF_LOG` environment variable, although it is still not 100% reliable for levels other than `TRACE` due to limitations of Terraform's internal logging infrastructure. Because of that, levels other than `TRACE` will now cause the logs to begin with a warning about potential filtering inaccuracy. [GH-23577] +* command/show: Fix panic on show plan [GH-23581] * config: Fixed referencing errors generally involving `for_each` [GH-23475] * provisioners: The built-in provisioners (`local-exec`, `remote-exec`, `file`, etc) will no longer fail when the `TF_CLI_ARGS` environment variable is set. [GH-17400]