From a656bcb263d6a827b897150e5f2d5e30b94fdd48 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Thu, 18 Oct 2018 06:29:08 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d742d69f7..bb4177d845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,8 @@ The overall theme for the v0.12 release is configuration language fixes and impr * **`jsondecode` and `csvdecode` interpolation functions:** Due to the richer type system in the new configuration language implementation, we can now offer functions for decoding serialization formats. `jsondecode` is the opposite of `jsonencode`, while `csvdecode` provides a way to load in lists of maps from a compact tabular representation. +* **New Function:** `fileexists` [GH-19086] + 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]