From 9ee2fbaa2bf83ac46d580adfb6a1a15e223b1144 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Wed, 5 Jul 2017 17:34:41 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a391f350..439351f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: