Update CHANGELOG.md

This commit is contained in:
Riley Karson 2019-02-20 11:23:23 -08:00 committed by GitHub
parent 10be93463d
commit 47535a7c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,11 @@ ENHANCEMENTS:
* compute: `data.google_compute_subnetwork` can now be addressed by `self_link` as an alternative to the existing `name`/`region`/`project` fields. [GH-3040]
* pubsub: `google_pubsub_topic` is now generated using Magic Modules, adding Open in Cloud Shell examples, configurable timeouts, and the `labels` field. [GH-3043]
* pubsub: `google_pubsub_subscription` is now generated using Magic Modules, adding Open in Cloud Shell examples, configurable timeouts, update support, and the `labels` field. [GH-3043]
* sql: `google_sql_database_instance` now provides `public_ip_address` and `private_ip_address` outputs of the first public and private IP of the instance respectively. [GH-3091]
BUG FIXES:
* sql: `google_sql_database_instance` allows the empty string to be set for `private_network`. [GH-3091]
## 2.0.0 (February 12, 2019)