From 6c27e076cebb7974702b986c1b6ef6797f1bca4b Mon Sep 17 00:00:00 2001 From: Dana Hoffman Date: Tue, 18 Jul 2017 11:35:59 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4844328f..8ff71178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ IMPROVEMENTS: * compute: Add `scratch_disk` property to `google_compute_instance` and deprecate `disk` [GH-123] * compute: Add `labels` property to `google_compute_instance` [GH-150] * compute: Add import support for `google_compute_image` [GH-194] +* compute: Add import support for `google_compute_https_health_check` [GH-213] * container: Add timeout support ([#13203](https://github.com/hashicorp/terraform/issues/13203)) * container: Allow adding/removing zones to/from GKE clusters without recreating them [GH-152] * project: Allow unlinking of billing account [GH-138]