From d4e8616a9caf000c420a58b3c928a295230ffbe7 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Mon, 18 Jul 2016 14:40:22 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82b26badc..a21c4b693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -197,6 +197,7 @@ BUG FIXES: * provider/aws: Adding in additional retry logic due to latency with delete of `db_option_group` [GH-7312] * provider/aws: Safely get ELB values [GH-7585] * provider/aws: Fix bug for recurring plans on ec2-classic and vpc in beanstalk [GH-6491] + * provider/aws: Bump rds_cluster timeout to 15 mins [GH-7604] * 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]