From b161be0b8e784ec57e2c6736d8126b735852e57e Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 14 Sep 2017 10:54:11 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d37dee0f..6ba45cd20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,12 @@ NEW FEATURES: -* `indent` interpolation function appends spaces to all but the first line of a multi-line string [GH-15311] +* config: `indent` interpolation function appends spaces to all but the first line of a multi-line string [GH-15311] IMPROVEMENTS: -* `terraform fmt` has a new option `-check` which makes it return a non-zero exit status if any formatting changes are required [GH-15387] +* cli: `terraform fmt` has a new option `-check` which makes it return a non-zero exit status if any formatting changes are required [GH-15387] +* cli: When [running Terraform in automation](https://www.terraform.io/guides/running-terraform-in-automation.html), a new environment variable `TF_IN_AUTOMATION` can be used to disable or adjust certain prompts that would normally include specific CLI commands to run. This assumes that the wrapping automation tool is providing its own UI for guiding the user through the workflow, and thus the standard advice would be redundant and/or confusing. BUG FIXES: