Update CHANGELOG.md

This commit is contained in:
Riley Karson 2018-10-26 11:30:05 -07:00 committed by Nathan McKinley
parent 18084be345
commit af85557d9d

View File

@ -6,6 +6,7 @@ BACKWARDS INCOMPATIBILITIES:
* compute: `google_compute_url_map` resource is now authoritative and will remove values not explicitly set in config. [GH-2245]
* 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]
FEATURES:
@ -17,6 +18,7 @@ ENHANCEMENTS:
* cloudfunctions: Add `runtime` support to `google_cloudfunctions_function` [GH-2340]
* compute: `google_compute_url_map` resource is now autogenerated and supports multiple import formats. [GH-2245]
* iam: `google_service_accounts` now supports multiple import formats. [GH-2261]
* storage: `google_storage_object_acl` can more easily swap between `role_entity` and `predefined_acl` ACL definitions. [GH-2316]
BUG FIXES: