From b5508b91422427bee4a07d6f6174ae37934c94e6 Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Fri, 16 Aug 2019 08:32:48 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed230e687..af132ec59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ BUG FIXES: * 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] * backend/google: Now using the OAuth2 token endpoint on `googleapis.com` instead of `google.com`. These endpoints are equivalent in functionality but `googleapis.com` hosts are resolvable from private Google Cloud Platform VPCs where other connectivity is restricted. [GH-22451] +* command: fix issue where commands occasionally exited before the error message printed [GH-22373] ## 0.12.6 (July 31, 2019)