Update CHANGELOG.md

This commit is contained in:
Radek Simko 2016-03-13 17:56:42 +00:00
parent 693b5de932
commit 751073025e
1 changed files with 2 additions and 1 deletions

View File

@ -36,11 +36,12 @@ IMPROVEMENTS:
* provider/aws: Add support for `description` to `aws_network_interface` [GH-5523]
* provider/aws: Add support for `storage_encrypted` to `aws_rds_cluster` [GH-5520]
* provider/aws: Add support for routing rules on `aws_s3_bucket` resources [GH-5327]
* provider/aws: `aws_ecs_service` validates number of `load_balancer`s before creation/updates [GH-5605]
* provider/aws: `aws_instance` now allows changes to security groups without force new resource [GH-5193]
* provider/aws: Enable updates & versioning for `aws_s3_bucket_object` [GH-5305]
* provider/aws: Lambda S3 object version defaults to `$LATEST` if unspecified [GH-5370]
* provider/aws: Retry DB Creation on IAM propigation error [GH-5515]
* provider/aws: Guard against Nil Reference in Redshift Endpoints [GH-5593]
* provider/aws: `aws_instance` now allows changes to security groups without force new resource [GH-5193]
* provider/aws: Support KMS encryption of S3 objects [GH-5453]
* provider/cloudflare: Change `cloudflare_record` type to ForceNew [GH-5353]
* provider/consul: `consul_keys` now detects drift and supports deletion of individual `key` blocks [GH-5210]