community.aws 2.6.0
Release Summary
This is the last planned 2.x release of the community.aws
collection.
Consider upgrading to the latest version of community.aws
soon.
Minor Changes
- ecs_service -
deployment_circuit_breaker
has been added as a supported feature (#1215). - ecs_service - add
service
alias to address the ecs service name with the same parameter as the ecs_service_info module is doing (#1187). - ecs_service_info - add
name
alias to address the ecs service name with the same parameter as the ecs_service module is doing (#1187).
Bugfixes
- ecs_service - fix broken change detect of
health_check_grace_period_seconds
parameter when not specified (#1212). - ecs_service - use default cluster name of
default
when not input (#1212). - ecs_task - dont require
cluster
and use name ofdefault
when not input (#1212). - wafv2_ip_set - fix bug where incorrect changed state was returned when only changing the description (#1211).