From 8055b6343120ed2ac0e6ea7f053b55bd31b09b2f Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Fri, 8 Mar 2019 09:30:33 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcfc8f4b..b1722ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ FEATURES: 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_network` is now generated by Magic Modules, supporting configurable timeouts and more import formats. [GH-3203] +* compute: `google_compute_firewall` will validate the maximum size of service account lists at plan time. [GH-3201] * 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]