Releases: trussworks/terraform-aws-ecs-service
Releases · trussworks/terraform-aws-ecs-service
v7.2.0: Merge pull request #350 from trussworks/optionally-enable-efs
feat: enable use of efs volumes from ecs task definition
Bugfix release for deployment_circuit_breaker
- Allow configuring enable_ecs_managed_tags
- Allow configuring deployment_circuit_breaker
- Bump required aws provider version for ecs_managed_tags
Bugfix release for enable_ecs_managed_tags, deployment_circuit_breaker
- Allow configuring enable_ecs_managed_tags
- Allow configuring deployment_circuit_breaker
v7.1.0
- Allow configuring enable_ecs_managed_tags
- Allow configuring deployment_circuit_breaker
Fix optional variables for service registries
- This fixes #342, no longer marking optional variables for service registries as required.
Deprecate using Terraform versions before 1.0
Module now requires using Terraform version 1.0 or higher.
Add support for ECS Exec
Add ability to create Execution Role for Tasks deployed in EC2
- add conditional logic to create aws_iam_role for tasks in EC2
adds conditional security group creation
- Add the ability to conditionally create the security group and rules for the ECS service