update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-05-05 13:26:29 -07:00
parent 379895931d
commit d582d0eb13
1 changed files with 10 additions and 9 deletions

View File

@ -25,15 +25,15 @@ IMPROVEMENTS:
* **New resource: `google_dns_managed_zone`**
* **New resource: `google_dns_record_set`**
* **New resource: `aws_proxy_protocol_policy`**
* **New resource: `aws_iam_access_key`**
* **New resource: `aws_iam_group_policy`**
* **New resource: `aws_iam_group`**
* **New resource: `aws_iam_instance_profile`**
* **New resource: `aws_iam_policy`**
* **New resource: `aws_iam_role_policy`**
* **New resource: `aws_iam_role`**
* **New resource: `aws_iam_user_policy`**
* **New resource: `aws_iam_user`**
* **New resource: `aws_iam_access_key`**
* **New resource: `aws_iam_group_policy`**
* **New resource: `aws_iam_group`**
* **New resource: `aws_iam_instance_profile`**
* **New resource: `aws_iam_policy`**
* **New resource: `aws_iam_role_policy`**
* **New resource: `aws_iam_role`**
* **New resource: `aws_iam_user_policy`**
* **New resource: `aws_iam_user`**
* **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
@ -52,6 +52,7 @@ IMPROVEMENTS:
protect against accidents. [GH-1595]
* provider/aws: Add a subset of IAM resources [GH-939]
* provider/aws: `aws_instance` supports placement groups [GH-1358]
* provider/aws: `aws_eip` supports network interface attachment [GH-1681]
* provider/aws: `aws_elb` supports in-place changing of listeners [GH-1619]
* provider/aws: `aws_elb` supports connection draining settings [GH-1502]
* provider/aws: `aws_elb` increase default idle timeout to 60s [GH-1646]