From 7d494b1b036134ee1150357f4c1f71c79d5fefe2 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 23 Apr 2020 17:48:37 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 853644319..3490c4a73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ BUG FIXES: * backend/oss: Allow locking of multiple different state files [GH-24149] * cli: Fix `terraform state mv` to correctly set the resource each mode based on the target address [GH-24254] * cli: The `terraform plan` command (and the implied plan run by `terraform apply` with no arguments) will now print any warnings that were generated even if there are no changes to be made. [GH-24095] +* cli: When using the `TF_CLI_CONFIG_FILE` environment variable to override where Terraform looks for CLI configuration, Terraform will now ignore the default CLI configuration directory as well as the default CLI configuration file. [GH-24728] * command/fmt: Include source snippets in errors [GH-24471] * command/format: Fix diagnostic output to show multi-line code snippets correctly [GH-24473] * command/show (json output): fix inconsistency in resource addresses between plan and prior state output [GH-24256]