From abbc51d11dd106ac44e85ca5ab715e36a174c45f Mon Sep 17 00:00:00 2001 From: James Nugent Date: Mon, 23 Jan 2017 17:48:14 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6a3e3409b..26035cc230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]