Update CHANGELOG.md

This commit is contained in:
Dana Hoffman 2017-08-04 10:26:00 -07:00 committed by GitHub
parent 0be42521c1
commit 9de33c7b83

View File

@ -25,7 +25,8 @@ BUG FIXES:
* compute: Marked 'private_key' as sensitive ([#220](https://github.com/terraform-providers/terraform-provider-google/pull/220))
* compute: Fix disk type "Malformed URL" error on `google_compute_instance` boot disks [GH-275]
* compute: Refresh `google_compute_autoscaler` using the `zone` set in state instead of scanning for the first one with a matching name in the provider region. [GH-193]
* compute: `google_compute_instance` reads `scheduling` fields from GCP.
* compute: `google_compute_instance` reads `scheduling` fields from GCP [GH-237]
* container: Fix error if `google_container_node_pool` deleted out of band [GH-293]
## 0.1.2 (July 20, 2017)