diff --git a/CHANGELOG.md b/CHANGELOG.md index 88f5b9c1..d172d5b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]