From 6947ba2518eb6d0da5e907830dbbce3950d6e18f Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Wed, 28 Jan 2015 17:28:26 -0600 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d8347bf6..810a6c172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ IMPROVEMENTS: * provider/aws: The `aws_db_instance` resource no longer requires both `final_snapshot_identifier` and `skip_final_snapshot`; the presence or absence of the former now implies the latter. [GH-874] + * provider/google: Remove "client secrets file", as it's no longer necessary + for API authentication [GH-884]. BUG FIXES: @@ -28,6 +30,8 @@ BUG FIXES: * provider/aws: ELB subnet change doesn't force new resource. [GH-804] * provider/aws: Instance should ignore root EBS devices. [GH-877] * provider/aws: Fix `aws_db_instance` to not recreate each time. [GH-874] + * provider/google: Fix bug preventing instances with metadata from being + created [GH-884]. PLUGIN CHANGES: