From f441685699993ffe7682729bf88d0126a7d06984 Mon Sep 17 00:00:00 2001 From: Vincent Roseberry Date: Mon, 27 Nov 2017 16:32:51 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7280d70c..a0691efe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ IMPROVEMENTS: * container: add support for ip aliasing in `google_container_cluster` [GH-654] * kms: Adds support for creating KMS CryptoKeys resources [GH-692] * storage: Detect file changes in `google_storage_bucket_object` when using source field [GH-789] +* all: Consistently store the project and region fields value in state. [GH-784] BUG FIXES: * bigquery: Set UseLegacySql to true for compatibility with the BigQuery API [GH-724]