From 79c61095ee13956e307cb4acc875c68068719ff5 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 3 Jun 2021 08:55:33 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f21d50a90..7b0fb0cf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ NEW FEATURES: * lang/funcs: add a new `type()` function, only available in `terraform console` [GH-28501] +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] + ## Previous Releases For information on prior major releases, see their changelogs: