From 01036e7b312d8eb68d473a12c9c863f02f1d6fb1 Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Tue, 14 Jan 2020 08:30:41 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9243a883c..a92c4b748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ENHANCEMENTS: * config: New built-in functions `try` and `can` are intended to ease working with data structures whose shape isn't known statically. [GH-23794] +* config: New, optional syntax for [`required_providers`](https://www.terraform.io/docs/configuration/terraform.html#specifying-required-provider-versions) setting in `terraform` blocks. This is not intended for general use yet but will support upcoming enhancements. [GH-23843] BUG FIXES: * command/show: Fix an issue with show and aliased providers [GH-23848]