From 40d0c5f63517556cd59a1c1ed2f1aaa6c6ef1c98 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Thu, 2 Jun 2016 00:52:26 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7828b013..07c60fb77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,6 +82,7 @@ BUG FIXES: * provider/aws: fix Elastic Beanstalk `cname_prefix` continual plans [GH-6653] * provider/aws: fix aws_security_group_rule refresh [GH-6730] * provider/aws: If more ENIs are attached to `aws_instance`, the one w/ DeviceIndex `0` is always used in context of `aws_instance` (previously unpredictable) [GH-6761] + * provider/aws: Mark Lambda function as gone when it's gone [GH-6924] * provider/aws: Make 'stage_name' required in api_gateway_deployment [Gh-6797] * provider/aws: Changing keys in `aws_dynamodb_table` correctly force new resources [GH-6829] * provider/azurerm: Fixes terraform crash when using SSH keys with `azurerm_virtual_machine` [GH-6766]