Update CHANGELOG.md

This commit is contained in:
Mitchell Hashimoto 2017-02-13 15:27:19 -08:00 committed by GitHub
parent d2f9df37f5
commit b393f0ac0a
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ FEATURES:
IMPROVEMENTS:
* core: Data source values can now be used as part of a `count` calculation. [GH-11482]
* command: CLI args can be specified via env vars. Specify `TF_CLI_ARGS` or `TF_CLI_ARGS_name` (where name is the name of a command) to specify additional CLI args [GH-11922]
* command/init: previous behavior is retained, but init now also configures
the new remote backends as well as downloads modules. It is the single
command to initialize a new or existing Terraform configuration.