From d1ed156954e4185df59d9d23d06c98e8ae9883b5 Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Thu, 11 Oct 2018 10:08:35 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a42129..1cdf195d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ BACKWARDS INCOMPATIBILITIES: * compute: `google_compute_instance`, `google_compute_instance_from_template` `metadata` field is now authoritative and will remove values not explicitly set in config. [GH-2208] * compute: `google_compute_project_metadata` resource is now authoritative and will remove values not explicitly set in config. [GH-2205] +* sql: `google_sql_database_instance` resource is now authoritative and will remove values not explicitly set in config. [GH-2203] ## 1.20.0 (December 14, 2018)