Releases: transcend-io/terraform-aws-fargate-service
Releases · transcend-io/terraform-aws-fargate-service
v0.3.0
Volume support let's containers within an ECS service share data through a common filesystem
v0.2.1
Added output for task_family
v0.2.0
Allow specifying a security group instead of having one be created
v0.1.4
Allow customizing grace period time, defaulting to 60 seconds, which was the old default when a load balancer is present
v0.1.3
Added an output for the task revision arn
v0.1.2
Allowed for optional fields in the service_registries
variable objects
v0.1.1
- Fix issue with execution role names
- Made IAM Policy variables optional
v0.1.0
- Allow specifying IAM Execution Roles directly from an external source, as opposed to having it be created in the module
- Add support for connecting the ECS Service to AWS Service Discovery
v0.0.4
Added output for all of the Policy ARNs set on the IAM Execution Role
v0.0.3
Do not ignore changes to desired_count
on the ECS service