From a2dcb44eb4264a5daaa747f3b83470f05af5dc40 Mon Sep 17 00:00:00 2001 From: Clint Date: Mon, 20 Jun 2016 16:21:53 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a15f98fffe..7fa253d96e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -126,6 +126,7 @@ BUG FIXES: * provider/aws: `aws_opsworks_application.app_source` SSH key is write-only [GH-6649] * provider/aws: fix Elastic Beanstalk `cname_prefix` continual plans [GH-6653] * provider/aws: fix aws_security_group_rule refresh [GH-6730] + * provider/aws: Fix issue with Elastic Beanstalk and invalid settings [GH-7222] * provider/azurerm: Fixes terraform crash when using SSH keys with `azurerm_virtual_machine` [GH-6766] * provider/azurerm: Fix a bug causing 'diffs do not match' on `azurerm_network_interface` resources [GH-6790] * provider/azurerm: Normalizes `availability_set_id` casing to avoid spurious diffs in `azurerm_virtual_machine` [GH-6768]