Update CHANGELOG.md

This commit is contained in:
Clint 2017-01-04 13:42:46 -06:00 committed by GitHub
parent 21e706cb82
commit d7dc518e63
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ IMPROVEMENTS:
* provider/aws: Add support for instance tenancy in `aws_opsworks_instance` [GH-10885]
* provider/aws: Added a validation for security group rule types [GH-10864]
* provider:aws: Add support for updating aws_emr_cluster parameters [GH-11008]
* provider/aws: Add Placement Constraints to `aws_ecs_task_definition` [GH-11030]
* provider/azurerm: support non public clouds [GH-11026]
* provider/azurerm: Azure resource providers which are already registered are no longer re-registered. [GH-10991]
* provider/docker: Add network create --internal flag support [GH-10932]