Update CHANGELOG.md

This commit is contained in:
Radek Simko 2017-07-05 17:34:41 +01:00 committed by GitHub
parent 14614a5423
commit 9ee2fbaa2b
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
BACKWARDS INCOMPATIBILITIES / NOTES:
* A new flag `-auto-approve` has been added to `terraform apply`. This flag controls whether an interactive approval is applied before making the changes in the plan. For now this flag defaults to `true` to preserve previous behavior, but this will become the new default in a future version. We suggest that anyone running `terraform apply` in wrapper scripts or automation refer to the upgrade guide to learn how to prepare such wrapper scripts for the later breaking change.
* The `validate` command now checks that all variables are specified by default.
The validation will fail by default if that's not the case. [GH-13872]
IMPROVEMENTS: