Skip to content

Commit

Permalink
Update CHANGELOG for #6319 to include note about ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Nov 1, 2018
1 parent 5065186 commit 54bbd5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 54bbd5d

Please sign in to comment.