From 560d1e9b496ad55bc850c7b1b92b0c472b13de3f Mon Sep 17 00:00:00 2001 From: Clint Date: Wed, 25 Jan 2017 15:13:11 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07a7832bd..37d56ad4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,6 +65,7 @@ BUG FIXES: * provider/aws: Allow creating aws_codecommit repository outside of us-east-1 [GH-11177] * provider/aws: Fix issue destroying or updating CloudFront due to missing Lambda Function Associations parameters [GH-11291] * provider/aws: Correct error messages are now returned if an `aws_autoscaling_lifecycle_hook` fails during creation [GH-11360] + * provider/aws: Fix issue updating/destroying Spot Fleet requests when using `terminate_instances_with_expiration` [GH-10953] * provider/azurerm: use configured environment for storage clients [GH-11159] * provider/google: removes region param from google_compute_backend_service [GH-10903] * provider/ignition: allowing empty systemd.content when a dropin is provided [GH-11216]