Update CHANGELOG.md

This commit is contained in:
Riley Karson 2019-03-08 08:36:46 -08:00 committed by GitHub
parent fedf04325b
commit 13052b6ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]