Update CHANGELOG.md

This commit is contained in:
Riley Karson 2018-11-02 11:24:33 -07:00 committed by Nathan McKinley
parent 9961246b94
commit 0da0d94e7a

View File

@ -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]