From 0da0d94e7a7e93de8046215a52cbebf09d0fc988 Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Fri, 2 Nov 2018 11:24:33 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 152c020a..6aee81ea 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] +* 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. * resourcemanager: `google_project_iam_policy` is now authoritative and will remove values not explicitly set in config. Several fields were removed that made it authoritative: `authoritative`, `restore_policy`, and `disable_project`. This resource is very dangerous! Ensure you are not using the removed fields (`authoritative`, `restore_policy`, `disable_project`). [GH-2315]