From 46430cd384bb3615b457d2e27f51c2415ce7aa2c Mon Sep 17 00:00:00 2001 From: Clint Date: Fri, 22 Apr 2016 10:42:43 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9fceaf74..4d9c78c9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ IMPROVEMENTS: * provider/aws: `aws_redshift_cluster` allows usernames with underscore in it [GH-5935] * provider/aws: normalise json for `aws_sns_topic` [GH-6089] * provider/aws: normalize json for `aws_cloudwatch_event_rule` [GH-6025] + * provider/aws: increase timeout for aws_redshift_cluster [GH-6305] * provider/aws: Opsworks layers now support `custom_json` argument [GH-4272] * provider/aws: Added migration for `tier` attribute in `aws_elastic_beanstalk_environment` [GH-6167] * provider/aws: Use resource.Retry for route creation and deletion [GH-6225]