diff --git a/CHANGELOG.md b/CHANGELOG.md index b2ba3476..b2ed461e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)