From 3fe1cdadd9d8ca958b2997ad761d33cd665779d3 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Mon, 22 May 2017 09:26:05 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4d6b28da..3045d1335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,7 @@ BUG FIXES: * provider/aws: Increase timeout for creating security group [GH-14380] * provider/aws: Increase timeout for (dis)associating IPv6 addr to/from subnet [GH-14401] * provider/aws: Increase timeout for retrying creation of IAM server cert [GH-14609] +* provider/aws: Increase timeout for deleting IGW [GH-14705] * provider/aws: Using the new time schema helper for RDS Instance lifecycle mgmt [GH-14369] * provider/aws: Using the timeout schema helper to make alb timeout cofigurable [GH-14375] * provider/aws: Refresh from state when CodePipeline Not Found [GH-14431]