From 7f07dc58e8bd20ec44db21cc10196b70d7f2040c Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Fri, 2 Nov 2018 16:07:05 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a4c4fe..9072832f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ BACKWARDS INCOMPATIBILITIES: * compute: `google_compute_instance`, `google_compute_instance_from_template` `metadata` field is now authoritative and will remove values not explicitly set in config. [GH-2208] * compute: `google_compute_project_metadata` resource is now authoritative and will remove values not explicitly set in config. [GH-2205] * compute: `google_compute_url_map` resource is now authoritative and will remove values not explicitly set in config. [GH-2245] +* compute: `google_compute_global_forwarding_rule.labels` is removed from the `google` provider and must be used in the `google-beta` provider. [GH-2399] * container: `google_container_node_pool.max_pods_per_node` is removed from the `google` provider and must be used in the `google-beta` provider. [GH-2391] * sql: `google_sql_database_instance` resource is now authoritative and will remove values not explicitly set in config. [GH-2203] * bigtable: `google_bigtable_instance` `zone` field is no longer inferred from the provider.