Releases: terraform-aws-modules/terraform-aws-ecs
Releases Β· terraform-aws-modules/terraform-aws-ecs
v6.2.1
6.2.1 (2025-08-07)
Bug Fixes
- Correct loop extraction logic for
tls.issuer_cert_authority
(#337) (e68b246)
v6.2.0
6.2.0 (2025-08-07)
Features
- Remove empty containers (map/list) from container definition (#336) (24746cc)
v6.1.4
6.1.4 (2025-08-07)
Bug Fixes
- Correct variable optional argument defaults and container definition conditional logic (#332) (054ad89)
v6.1.3
6.1.3 (2025-07-31)
Bug Fixes
- Ensure
var.region
is passed through aws_region
data source (#329) (9a7f9b5)
v6.1.2
6.1.2 (2025-07-29)
Bug Fixes
- Set logConfiguration to null if empty to prevent ECS errors (#323) (da36e2a)
v6.1.1
6.1.1 (2025-07-29)
Bug Fixes
- Use an empty map as default value for
default_capacity_provider_strategy
(#326) (ea0a160)
v6.1.0
6.1.0 (2025-07-21)
Features
- Add support for advanced deployment configurations (i.e. - blue/green deployment) (#322) (010e581)
v6.0.6
6.0.6 (2025-07-18)
Bug Fixes
- Allow optional
initProcessEnabled
when enable_execute_command
is true
(#319) (99f8edd)
v6.0.5
6.0.5 (2025-07-11)
Bug Fixes
- Correct IAM statement
condition
variable type (#315) (27e9114)
v6.0.4
6.0.4 (2025-07-11)
Bug Fixes
- Remove non-functional
container_definition_defaults
(#312) (dcc5ae5)