From 5027cbd54c04b5d292ac70be01c437e4a42d79c0 Mon Sep 17 00:00:00 2001 From: Jake Champlin Date: Fri, 19 May 2017 15:16:37 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e89f8236f..93bae729c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ IMPROVEMENTS: * provider/aws: Show last scaling activity when ASG creation/update fails [GH-14480] * provider/aws: Add `tags` (list of maps) for `aws_autoscaling_group` [GH-13574] * provider/aws: Support filtering in ASG data source [GH-14501] +* provider/aws: Add ability to 'terraform import' aws_kms_alias resources [GH-14679] * provider/azurerm: Virtual Machine Scale Sets with managed disk support [GH-13717] * provider/azurerm: Virtual Machine Scale Sets with single placement option support [GH-14510] * provider/azurerm: Adding support for VMSS Data Disks using Managed Disk feature [GH-14608]