Update CHANGELOG.md

This commit is contained in:
Nathan McKinley 2019-02-01 16:18:56 -08:00 committed by GitHub
parent fdeac73ab6
commit 399e7e0980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,7 @@ ENHANCEMENTS:
* compute: `google_compute_url_map` resource is now autogenerated and supports multiple import formats. [GH-2245]
* compute: Add `name`, `unique_id`, and `display_name` properties to `data.google_compute_default_service_account` [GH-2778]
* compute: `google_compute_disk` Add support for KMS encryption to compute disk [GH-2884]
* compute: Add support for PARTNER interconnects. [GH-2959]
* dataproc: Add `accelerators` support to `google_dataproc_cluster` to allow using GPU accelerators. [GH-2411]
* dataproc: `google_dataproc_cluster` Add support for KMS encryption to dataproc cluster [GH-2840]
* project: The google_iam_policy data source now supports Audit Configs [GH-2687]