From 54bbd5d2f982c15230ce806384b94dcfa6f8e87e Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Thu, 1 Nov 2018 15:05:28 -0400 Subject: [PATCH] Update CHANGELOG for #6319 to include note about ordering --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1e653769da..d65eeaf2c04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## 1.43.0 (Unreleased) +NOTES: + +* resource/aws_lb_listener: This resource will now sort the API response based on action ordering. If necessary, sorting your configuration based on `order` should resolve any plan difference. +* resource/aws_lb_listener_rule: This resource will now sort the API response based on action ordering. If necessary, sorting your configuration based on `order` should resolve any plan difference. + BUG FIXES: * resource/aws_lb_listener: Prevent panics with actions deleted outside Terraform [GH-6319]