From ad356cd24f24814cdb5b338d318c2c5de56fb628 Mon Sep 17 00:00:00 2001 From: Clint Date: Tue, 10 Nov 2015 16:39:39 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87910b2a8..c302e28bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ IMPROVEMENTS: * provider/aws: Add a computed ARN for S3 Buckets [GH-3685] * provider/aws: Add S3 support for Lambda Function resource [GH-3794] * provider/aws: Add `name_prefix` option to launch configurations [GH-3802] + * provider/aws: Provide `source_security_group_id` for ELBs inside a VPC [GH-3780] * provider/aws: Add snapshot window and retention limits for ElastiCache (Redis) [GH-3707] * provider/aws: Add username updates for `aws_iam_user` [GH-3227] * provider/aws: `engine_version` is now optional for DB Instance [GH-3744]