From 8f9671b093974160a27d39a234908fe26f0c8b85 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Fri, 4 Sep 2020 15:33:43 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61bba9d5e..bd8ad46ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 0.14.0 (Unreleased) +ENHANCEMENTS: + +* cli: A new global command line option `-chdir=...`, placed before the selected subcommand, instructs Terraform to switch to a different working directory before executing the subcommand. This is similar to switching to a new directory with `cd` before running Terraform, but it avoids changing the state of the calling shell. [GH-26087] + BUG FIXES: * command/clistate: return an error on a state unlock failure [GH-25729]