Update CHANGELOG.md

This commit is contained in:
Paddy 2017-09-11 13:56:32 -07:00 committed by GitHub
parent cbb71899fc
commit 36d8e3f403

View File

@ -2,7 +2,7 @@
BACKWARDS INCOMPATIBILITIES / NOTES:
* container: `google_container_cluster.node_pool.initial_node_count` is now deprecated. Please replace with `google_container_cluster.node_pool.node_count` instead. [GH-331]
* storage: `google_storage_bucket_acl` now sets the bucket ACL to whatever is in the config, correcting any drift. Previously, it would attempt to work around drift without changing it. [GH-358]
* storage: `google_storage_bucket_acl` now sets the bucket ACL to whatever is in the config, correcting any drift. This means any permissions set automatically by GCP (e.g., project-owners-\* policies, etc.) will be removed unless they're added to your config. [GH-358]
FEATURES:
* **New Data Source:** `google_client_config` ([#385](https://github.com/terraform-providers/terraform-provider-google/issues/385))