From a66e293232e477dd4528460327f341c60009d49a Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 13 Aug 2019 15:28:08 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5701690ebd..1461090ea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ BUG FIXES: * 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] +* 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] ## 0.12.6 (July 31, 2019)