From d1308c1fe27ac87c64c8288a4568af4e12859bf1 Mon Sep 17 00:00:00 2001 From: Dana Hoffman Date: Mon, 22 May 2017 14:06:07 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49b74208c6b9..266832e0240f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,8 @@ IMPROVEMENTS: * provider/google: Add a `url` attribute to `google_storage_bucket` [GH-14393] * provider/google: Make google resource storage bucket importable [GH-14455] * provider/google: Add support for privateIpGoogleAccess on subnetworks [GH-14234] +* provider/google: Add import support to `google_sql_user` [GH-14457] +* provider/google: add failover parameter to `google_sql_database_instance` [GH-14336] * provider/heroku: Add import support for `heroku_pipeline` resource [GH-14486] * provider/heroku: Add import support for `heroku_pipeline_coupling` resource [GH-14495] * provider/openstack: Add support for all protocols in Security Group Rules [GH-14307] @@ -100,6 +102,7 @@ BUG FIXES: * provider/github Check for potentially nil response from GitHub API client [GH-14683] * provider/google: Fix health check http/https defaults [GH-14441] * provider/google: Fix issue with GCP Cloud SQL Instance `disk_autoresize` [GH-14582] +* provider/google: Fix crash creating Google Cloud SQL 2nd Generation replication instance [GH-14373] * provider/heroku: Fix issue with setting correct CName in heroku_domain [GH-14443] * provider/opc: Correctly export `ip_address` in IP Addr Reservation [GH-14543] * provider/openstack: Handle Deleted Resources in Floating IP Association [GH-14533]