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_breakerhas been added as a supported feature (#1215). - ecs_service - add
servicealias to address the ecs service name with the same parameter as the ecs_service_info module is doing (#1187). - ecs_service_info - add
namealias 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_secondsparameter when not specified (#1212). - ecs_service - use default cluster name of
defaultwhen not input (#1212). - ecs_task - dont require
clusterand use name ofdefaultwhen not input (#1212). - wafv2_ip_set - fix bug where incorrect changed state was returned when only changing the description (#1211).