From 6ebe3dcc76d313c249ba300efcd1b1823c2a6938 Mon Sep 17 00:00:00 2001 From: Dana Hoffman Date: Tue, 11 Jun 2019 09:51:25 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8968afd32..2a97efd8e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ BUG FIXES: * compute: `google_sql_user` User's can now be updated to change their password [GH-810] * compute: `google_compute_instance_template` Fixed issue so project can now be specified by interpolated varibles. [GH-816] * compute: `google_compute_instance_template` Throw error when using incompatible disk fields instead of continual plan diff [GH-812] +* compute: `google_compute_instance_from_template` Make sure disk type is expanded to a URL [GH-771] +* comptue: `google_compute_instance_template` Attempt to put disks in state in the same order they were specified [GH-771] * container: `google_container_cluster` and `google_node_pool` now retry correctly when polling for status of an operation. [GH-818] * container: `google_container_cluster` `istio_config.auth` will no longer permadiff on `AUTH_NONE` when an auth method other than TLS is defined. [GH-834] * pubsub: `google_pubsub_subscription` and `google_pubsub_topic` resources can be created inside VPC service controls. [GH-827]