Update CHANGELOG.md

This commit is contained in:
Riley Karson 2018-10-26 16:02:56 -07:00 committed by Nathan McKinley
parent bf296e55bf
commit d0215dfbeb

View File

@ -7,6 +7,7 @@ BACKWARDS INCOMPATIBILITIES:
* 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.
* storage: `google_storage_object_acl.role_entity` is now authoritative and will remove values not explicitly set in config. Use `google_storage_object_access_control` for fine-grained management. [GH-2316]
* storage: `google_storage_default_object_acl.role_entity` is now authoritative and will remove values not explicitly set in config. [GH-2345]
FEATURES: