Update CHANGELOG.md

This commit is contained in:
Riley Karson 2019-04-25 08:52:53 -07:00 committed by GitHub
parent 91bca3a4fa
commit 104137da65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ FEATURES:
* **New Resource**: `google_compute_node_template` for sole-tenant node templates is now available. ([#3446](https://github.com/terraform-providers/terraform-provider-google/pull/3446))
ENHANCEMENTS:
* dataflow: `google_dataflow_job`'s `network` and `subnetwork` can be configured. [GH-3476]
BUG FIXES:
* compute: `google_compute_instance` now retries updating metadata when fingerprints are mismatched. [GH-3372]