Release Summary
This release brings few bugfixes.
Bugfixes
- autoscaling_group - fix ValidationError when describing an autoscaling group that has more than 20 target groups attached to it by breaking the request into chunks (#1593).
- autoscaling_group_info - fix ValidationError when describing an autoscaling group that has more than 20 target groups attached to it by breaking the request into chunks (#1593).
- aws_account_attribute - raise correct
AnsibleLookupError
rather thanAnsibleError
(#1528). - aws_secret - raise correct
AnsibleLookupError
rather thanAnsibleError
(#1528). - aws_service_ip_ranges raise correct
AnsibleLookupError
rather thanAnsibleError
(#1528). - aws_ssm - raise correct
AnsibleLookupError
rather thanAnsibleError
(#1528). - ec2_instance - fix check_mode issue when adding network interfaces (#1403).
- elb_application_lb - fix missing attributes on creation of ALB. The
create_or_update_alb()
was including ALB-specific attributes when updating an existing ALB but not when creating a new ALB (#1510).