From 7c4e2c198a1b4fcd94469a72df6468294988a411 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Mon, 8 May 2017 14:12:05 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c67fb71d6..7c5543c5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ IMPROVEMENTS: * provider/aws: add additional custom service endpoint options for CloudFormation, KMS, RDS, SNS & SQS [GH-14097] * provider/aws: Add ARN to security group data source [GH-14245] * provider/aws: Improve the wording of DynamoDB Validation error message [GH-14256] +* provider/aws: Add support for importing Kinesis Streams [GH-14278] * provider/azurerm: `azurerm_template_deployment` now supports String/Int/Boolean outputs [GH-13670] * provider/azurerm: Expose the Private IP Address for a Load Balancer, if available [GH-13965] * provider/dnsimple: Add support for import for dnsimple_records [GH-9130] @@ -76,7 +77,7 @@ BUG FIXES: * provider/google: Fix compute instance panic with bad disk config [GH-14169] * provider/google: Handle `google_storage_bucket_object` not being found [GH-14203] * provider/google: Handle `google_compute_instance_group_manager` not being found [GH-14190] -* providers/heroku: Configure buildpacks correctly for both Org Apps and non-org Apps [GH-13990] +* provider/heroku: Configure buildpacks correctly for both Org Apps and non-org Apps [GH-13990] * provider/openstack: Handle disassociating deleted FloatingIP's from a server [GH-14210] * provider/postgres grant role when creating database [GH-11452] * provisioner/remote-exec: Fix panic from remote_exec provisioner [GH-14134]