Update CHANGELOG.md

This commit is contained in:
Paul Stack 2017-05-08 14:12:05 +03:00 committed by GitHub
parent 221a88610b
commit 7c4e2c198a
1 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@ IMPROVEMENTS:
* provider/aws: add additional custom service endpoint options for CloudFormation, KMS, RDS, SNS & SQS [GH-14097]
* provider/aws: Add ARN to security group data source [GH-14245]
* provider/aws: Improve the wording of DynamoDB Validation error message [GH-14256]
* provider/aws: Add support for importing Kinesis Streams [GH-14278]
* provider/azurerm: `azurerm_template_deployment` now supports String/Int/Boolean outputs [GH-13670]
* provider/azurerm: Expose the Private IP Address for a Load Balancer, if available [GH-13965]
* provider/dnsimple: Add support for import for dnsimple_records [GH-9130]
@ -76,7 +77,7 @@ BUG FIXES:
* provider/google: Fix compute instance panic with bad disk config [GH-14169]
* provider/google: Handle `google_storage_bucket_object` not being found [GH-14203]
* provider/google: Handle `google_compute_instance_group_manager` not being found [GH-14190]
* providers/heroku: Configure buildpacks correctly for both Org Apps and non-org Apps [GH-13990]
* provider/heroku: Configure buildpacks correctly for both Org Apps and non-org Apps [GH-13990]
* provider/openstack: Handle disassociating deleted FloatingIP's from a server [GH-14210]
* provider/postgres grant role when creating database [GH-11452]
* provisioner/remote-exec: Fix panic from remote_exec provisioner [GH-14134]