From 0396cd1b0c185d5c10fa089da47273ce1a582b68 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Wed, 28 Jan 2015 16:24:45 -0600 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c357de351..8d8347bf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ IMPROVEMENTS: * provider/aws: Internet gateway supports tags [GH-720] * provider/aws: Support the more standard environmental variable names for access key and secret keys. [GH-851] + * 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] BUG FIXES: @@ -24,6 +27,7 @@ BUG FIXES: * command/apply: Fix regression where user variables weren't asked [GH-736] * 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] PLUGIN CHANGES: