From fcd4e9822fadadbea8fbd928f75032f7102184fe Mon Sep 17 00:00:00 2001 From: Pam Selle Date: Tue, 13 Aug 2019 17:36:51 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aabf6bcad1..5701690ebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ BUG FIXES: * plugin/sdk: Azure SDK components used by the `azure` remote state backend have been updated to recent versions. This should help prevent dependency conflicts when using Terraform components or the plugin SDK in other projects that have their own Azure dependencies. [GH-22247], [GH-22248] * command/hook_ui: Truncate the ID considering multibyte characters [GH-18823] * command/fmt: Terraform fmt no longer inserts spaces after % [GH-22356] -* config: ensure consistent evaluation when moving between single resources and for_each in addressing [GH-22454] +* config: ensure consistent evaluation when moving between single resources and `for_each` in addressing [GH-22454] ## 0.12.6 (July 31, 2019)