Update CHANGELOG.md

This commit is contained in:
Dana Hoffman 2017-07-18 11:35:59 -07:00 committed by GitHub
parent f4db3fd1aa
commit 6c27e076ce

View File

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