Skip to content

Commit

Permalink
Update CHANGELOG for #7823
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Jul 16, 2019
1 parent 7070855 commit 6d6d4c1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 6d6d4c1

Please sign in to comment.