From adc1321a19405e0a7b8f6bf541d3755ce70b0e31 Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Mon, 14 Jun 2021 09:25:58 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f4dc41b2..fb6028c51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ NEW FEATURES: ENHANCEMENTS: * configs: Terraform now checks the syntax of and normalizes module source addresses (the `source` argument in `module` blocks) during configuration decoding rather than only at module installation time. This is largely just an internal refactoring, but a visible benefit of this change is that the `terraform init` messages about module downloading will now show the canonical module package address Terraform is downloading from, after interpreting the special shorthands for common cases like GitHub URLs. [GH-28854] +* command/show: The -json output now indicates which state values are sensitive. [GH-28889] + +BUG FIXES: + +* command/show: Fix an issue where the json configuration representation was missing fully-unwrapped references. [GH-28884] ## Previous Releases