Update CHANGELOG.md

This commit is contained in:
Kristin Laemmert 2021-06-25 08:53:29 -04:00 committed by GitHub
parent 096010600d
commit 051c5c9d50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ 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. ([#28854](https://github.com/hashicorp/terraform/issues/28854))
BUG FIXES:
* terraform: Fix an issue where provider configuration input variables were not properly merging with values in configuration [GH-29000]
## Previous Releases