Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mildwonkey authored Jun 14, 2021
1 parent 329585d commit adc1321
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit adc1321

Please sign in to comment.