From 25681bdb69f510af63d26fb08fc5d01898b65ec0 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Thu, 4 May 2017 18:52:05 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0005043f..88a6f56ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ IMPROVEMENTS: * provider/aws: Add `security_configuration` support to `aws_emr_cluster` [GH-14133] * provider/aws: Add support for the tenancy placement option in `aws_spot_fleet_request` [GH-14163] * provider/aws: aws_db_option_group normalizes name to lowercase [GH-14192] +* provider/aws: Add support description to aws_iam_role [GH-14208] * 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]