Update CHANGELOG.md

This commit is contained in:
Paul Stack 2017-01-04 12:01:04 +00:00 committed by GitHub
parent 0284138440
commit abe97e75a7
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/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]
* provider/docker: Add support for a list of pull_triggers within the docker_image resource. [GH-10845]