Update CHANGELOG.md

provider/aws: Add Security Group Rule as a top level resource #1620
This commit is contained in:
Clint 2015-05-05 17:13:44 -05:00
parent 9510c716aa
commit df7603520b
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ IMPROVEMENTS:
* **New resource: `aws_iam_role`**
* **New resource: `aws_iam_user_policy`**
* **New resource: `aws_iam_user`**
* **New resource: `aws_security_group_rule`**
* **Migrate to upstream AWS SDK:** Migrate the AWS provider to
[awslabs/aws-sdk-go](https://github.com/awslabs/aws-sdk-go),
the offical `awslabs` library. Previously we had forked the library for