Releases: terraform-aws-modules/terraform-aws-ecs
Releases Β· terraform-aws-modules/terraform-aws-ecs
v5.11.4
5.11.4 (2024-08-07)
Bug Fixes
- Local
cluster_name
error when var.cluster_arn
is empty (#218) (42f11fe)
v5.11.2
5.11.2 (2024-05-31)
Bug Fixes
- Make service, task, and task sets wait for their respective policy attachment to ensure permissions are available (#201) (2033858)
v5.11.0
5.11.0 (2024-04-03)
Features
- Allow configuring max_session_duration for the ECS Task Execution role (#186) (1b8cad1)
v5.10.1
5.10.1 (2024-04-01)
Bug Fixes
- Dynamic network configuration in service module for external deployments with awsvpc networkmode (#185) (c817ed9), closes #184
v5.10.0
5.10.0 (2024-03-12)
Features
- Allow disabling service creation to support creating just a task definition (#176) (94c992a), closes #162
v5.9.3
5.9.3 (2024-03-07)
Bug Fixes
- Update CI workflow versions to remove deprecated runtime warnings (#178) (a1fd9ef)
v5.9.2
5.9.2 (2024-03-04)
Bug Fixes
- Add missing
Name
tag to service security group (#177) (b3600de)
v5.9.1
5.9.1 (2024-02-19)
Bug Fixes
- Pass CloudWatch log group name from the service module to the container definition module (#168) (9a7c9da)