From 13052b6ff019db2c249055c0c8c7afdacfa565c3 Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Fri, 8 Mar 2019 08:36:46 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5f1ae79..bcfc8f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ FEATURES: * **New Resource**: `google_tpu_node` for Cloud TPU Nodes [GH-3179] ENHANCEMENTS: -* compute: `google_compute_disk` and `google_compute_region-disk` will now detach themselves from a more up to date set of users at delete time. [GH-3154] +* compute: `google_compute_disk` and `google_compute_region_disk` will now detach themselves from a more up to date set of users at delete time. [GH-3154] +* compute: `google_compute_network` is now generated by Magic Modules, supporting configurable timeouts and more import formats. [GH-3203] * container: `google_container_cluster` can now disable VPC Native clusters with `ip_allocation_policy.use_ip_aliases` [GH-3174] * container: `data.google_container_engine_versions` supports `version_prefix` to allow fuzzy version matching. Using this field, Terraform can match the latest version of a major, minor, or patch release. [GH-3199] * pubsub: `google_pubsub_subscription` now supports configuring `message_retention_duration` and `retain_acked_messages`. [GH-3193]