From 6d6d4c18ff23d38086e2d105a6449db4a5cf55b6 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Tue, 16 Jul 2019 10:01:28 -0400 Subject: [PATCH] Update CHANGELOG for #7823 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10fb2bd17b2..b1479b7f11d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,19 @@ ## 2.20.0 (Unreleased) +NOTES: + +* resource/aws_ssm_maintenance_window_task: The `logging_info` and `task_parameters` configuration blocks have been deprecated in favor of a new `task_invocation_parameters` configuration block to match the API [GH-7823] + ENHANCEMENTS: * provider: Support for assuming role using credential process from the shared AWS configuration file [GH-9305] * resource/aws_autoscaling_lifecycle_hook: Support resource import [GH-9336] +* resource/aws_ssm_maintenance_window_task: Support resource import and in-place updates [GH-7823] +* resource/aws_ssm_maintenance_window_task: Add `task_invocation_parameters` configuration block and deprecate `logging_info` and `task_parameters` configuration blockss to match API [GH-7823] + +BUG FIXES: + +* resource/aws_ssm_maintenance_window_task: Bypass `DoesNotExistException` error on deletion [GH-7823] ## 2.19.0 (July 11, 2019)