From b8d448de83ea1c522a76ebab060d873d0f8de23e Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Wed, 18 Nov 2020 15:17:40 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8fc44f9b4..96d9c66fe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,10 +19,6 @@ BUG FIXES: * cli: Exit with an error if unable to gather input from the UI. For example, this may happen when running in a non-interactive environment but without `-input=false`. Previously Terraform would interpret these errors as empty strings, which could be confusing. [GH-26509] -EXPERIMENTS: - -* Continuing the `module_variable_optional_attrs` experiment started in v0.14.0, there is now an experimental `defaults` function intended for use with it, to allow for concisely defining and merging in default values for any unset optional attributes in a deep data structure. The function is callable only when the `module_variable_optional_attrs` experiment is available, because it's intended for use only with incoming variable values that might have certain attributes unset. - ## Previous Releases For information on prior major releases, see their changelogs: