Update CHANGELOG.md

This commit is contained in:
Riley Karson 2018-09-26 11:22:36 -07:00 committed by GitHub
parent 41d47ec8bb
commit 9f0b792f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,8 @@
## 1.19.0 (Unreleased)
BACKWARDS INCOMPATIBILITIES:
* compute: `google_compute_instance`, `google_compute_instance_template`, `google_compute_instance_from_template` have had the `network_interface.address` field deprecated and the `network_interface.network_ip` field undeprecated to better match the API. Terraform configurations should migrate from `network_interface.address` to `network_interface.network_ip`. [GH-2096]
FEATURES:
* **New Datasource**: `google_compute_instance` [GH-1906]
* **New Resource**: `google_compute_interconnect_attachment` [GH-1140]