From 0385bfcb0ef170263635328309c7675cb9390221 Mon Sep 17 00:00:00 2001 From: Nathan McKinley Date: Wed, 2 Jan 2019 16:32:51 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 282e8ae2..3b8ca522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ ENHANCEMENTS: * bigtable: Add multi-zone (inside one region) replication to `google_bigtable_instance`. [GH-2313] [GH-2289] * cloudfunctions: add souce repo support [GH-2650] * compute: `google_compute_forwarding_rule` supports specifying `all_ports` for internal load balancing. ([`google-beta`#297](https://github.com/terraform-providers/terraform-provider-google-beta/pull/297)) +* compute: `google_compute_image` is now autogenerated and supports multiple import formats, and `size_gb` attribute. [GH-2769] * compute: `google_compute_url_map` resource is now autogenerated and supports multiple import formats. [GH-2245] * dataproc: Add `accelerators` support to `google_dataproc_cluster` to allow using GPU accelerators. [GH-2411] * project: The google_iam_policy data source now supports Audit Configs [GH-2687]