Update CHANGELOG.md

This commit is contained in:
Paul Stack 2017-01-18 23:11:47 +00:00 committed by GitHub
parent df027d9e3c
commit bf27a8a215
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ BUG FIXES:
* provider/aws: Fix panic when querying VPC's main route table via data source ([#11134](https://github.com/hashicorp/terraform/issues/11134))
* provider/aws: Allow creating aws_codecommit repository outside of us-east-1 [GH-11177]
* provider/azurerm: use configured environment for storage clients [GH-11159]
* provider/google: removes region param from google_compute_backend_service [GH-10903]
* provider/ignition: allowing empty systemd.content when a dropin is provided [GH-11216]
* provider/openstack: Increase deletion timeout for router interfaces [GH-11250]
* provider/openstack: Fix Instance Metadata Deletion [GH-11252]