Update CHANGELOG.md

This commit is contained in:
James Nugent 2017-01-23 17:48:14 +00:00
parent 19e55457c9
commit abbc51d11d
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,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/aws: Fix issue destroying or updating CloudFront due to missing Lambda Function Associations parameters [GH-11291]
* provider/aws: Correct error messages are now returned if an `aws_autoscaling_lifecycle_hook` fails during creation [GH-11360]
* 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]