From 0244b8b110bcffc650a18b8625cde078b1e73035 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Thu, 8 Dec 2016 12:07:57 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8db5e2be09..b3c09c03ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ BUG FIXES: * provider/aws: Allow update of Service role on a CodeDeploy deployment group [GH-9866] * provider/aws: fixed the api_gw_domain_name replace operation [GH-10179] * provider/aws: Forces the API GW domain name certificates to recreate the resource [GH-10588] + * provider/aws: Validate `effect` in aws_iam_policy_document data source [GH-10021] * provider/azurem: azurerm_availability_set not is ForceNew for UpdateDomain and FaultDomain [GH-10545] * provider/datadog: Refactor monitor tags to a list instead of a map. [GH-10570] * provider/datadog 9869: Validate credentials when initialising client. [GH-10567]