From f6ee5784a83d0cdd14df2e56cf4b956ae1bcdc86 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Wed, 8 Feb 2017 13:31:13 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52ec7604a..c41ee17cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,8 @@ BACKWARDS INCOMPATIBILITIES / NOTES: (from a prior remote state), it cannot be used with prior Terraform versions. Remote backends themselves are fully backwards compatible with prior Terraform versions. - * provider/aws: `aws_db_instance` now defaults to making a final snapshot on delete. + * provider/aws: `aws_db_instance` now defaults to making a final snapshot on delete + * provider/aws: Deprecated fields `kinesis_endpoint` & `dynamodb_endpoint` were removed. Use `kinesis` & `dynamodb` inside the `endpoints` block instead. [GH-11778] FEATURES: