Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2017-09-14 10:55:37 -07:00 committed by GitHub
parent b161be0b8e
commit 625de9c961
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ NEW FEATURES:
IMPROVEMENTS:
* 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.
* 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. [GH-16059]
BUG FIXES: