From fd9c045d07846a7084ce5c087c1a53ef0e173e72 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Mon, 22 May 2017 09:27:55 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0862b23f1..c2b9a3533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ IMPROVEMENTS: * provider/aws: Support filtering in ASG data source [GH-14501] * provider/aws: Add ability to 'terraform import' aws_kms_alias resources [GH-14679] * provider/aws: Allow lightsail resources to work in other regions [GH-14685] +* provider/aws: Configurable timeouts for EC2 instance + spot instance [GH-14711] * 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]