From fff2ed1d7e92f8bf5ee6ecb02ca9dfea9f51c452 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 15 Mar 2018 09:22:03 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4666341ce..3a9c6ecde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.12.0 (Unreleased) + +INCOMPATIBILITIES AND NOTES: + +* `terraform validate` now has a smaller scope than before, focusing only on configuration syntax and value type checking. This makes it safe to run e.g. on save in a text editor. + +IMPROVEMENTS: + +* `terraform validate` now accepts an argument `-json` which produces machine-readable output. Please refer to the documentation for this command for details on the format and some caveats that consumers must consider when using this interface. [GH-17539] + ## 0.11.9 (Unreleased) IMPROVEMENTS: