Update changelog for 1702, 1703

This commit is contained in:
Ty Larrabee 2019-05-03 15:07:28 -07:00
parent 966229afbe
commit f662240a12

View File

@ -8,12 +8,14 @@ FEATURES:
* **New Resource**: `google_compute_node_template` for sole-tenant node templates is now available. ([#3446](https://github.com/terraform-providers/terraform-provider-google/pull/3446))
* **New Resource**: `google_filestore_instance` is now available at GA. [GH-3522]
* **New Resource**: `google_firestore_index` is now available to configure composite indexes on Firestore. [GH-3484]
* **New Resource**: `google_logging_metric` is now available to configure Stackdriver logs-based metrics. ([#1702](https://github.com/GoogleCloudPlatform/magic-modules/pull/1702))
* **New Resources**: `google_compute_subnetwork_iam_binding`, `google_compute_subnetwork_iam_member`, and `google_compute_subnetwork_iam_policy` are now available at GA. [GH-3541]
ENHANCEMENTS:
* dataflow: `google_dataflow_job`'s `network` and `subnetwork` can be configured. [GH-3476]
* monitoring: `google_monitoring_alert_policy` `user_labels` support was added. [GH-3494]
* compute: `google_compute_region_backend_service` is now generated with Magic Modules, adding configurable timeouts, multiple import formats, `creation_timestamp` output. ([#3521](https://github.com/terraform-providers/terraform-provider-google/pull/3521))
* pubsub: `google_pubsub_subscription` now supports setting an `expiration_policy`.
BUG FIXES:
* cloudfunctions: `google_cloudfunctions_fucntion` no longer restricts an outdated list of `region`s [GH-3530]