From 8c3ff933951a5ab0111c0ef6b3553e42e4ce14af Mon Sep 17 00:00:00 2001 From: Clint Date: Mon, 6 Jun 2016 11:31:38 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 933f740b08..521697c373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -98,6 +98,7 @@ BUG FIXES: * 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/aws: Fix issue reattaching a VPN gateway to a VPC [GH-6987] * 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]