Skip to content

Commit

Permalink
Backport: elb_application_lb - check_mode support, alb attributes, vp…
Browse files Browse the repository at this point in the history
…c default sg (#1025)

Backport: elb_application_lb - check_mode support, alb attributes, vpc default sg

SUMMARY
Backport #894 #963 #971 manually to resolve conflicts.
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
elb_application_lb

Reviewed-by: Markus Bergholz <git@osuv.de>
Reviewed-by: Alina Buzachis <None>
  • Loading branch information
jatorcasso authored Mar 29, 2022
1 parent a10685d commit aac1f34
Show file tree
Hide file tree
Showing 25 changed files with 1,778 additions and 1,615 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
minor_changes:
- elb_application_lb - add check_mode support and refactor integration tests (https://github.com/ansible-collections/community.aws/pull/894)
- elb_application_lb_info - update documentation and refactor integration tests (https://github.com/ansible-collections/community.aws/pull/894)
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- elb_application_lb - Add support for alb specific attributes and check_mode support for modifying them (https://github.com/ansible-collections/community.aws/pull/963).
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- elb_application_lb - Fix empty security groups list behaves inconsistently on create/update by treating empty security group as VPC's defaault (https://github.com/ansible-collections/community.aws/pull/971).
Loading

0 comments on commit aac1f34

Please sign in to comment.