Skip to content

Releases: transcend-io/terraform-aws-fargate-service

v0.3.0

08 Oct 20:54
ace4027
Compare
Choose a tag to compare

Volume support let's containers within an ECS service share data through a common filesystem

v0.2.1

02 Sep 05:10
54a1909
Compare
Choose a tag to compare

Added output for task_family

v0.2.0

09 Aug 06:15
a68302f
Compare
Choose a tag to compare

Allow specifying a security group instead of having one be created

v0.1.4

09 Aug 04:27
0471c72
Compare
Choose a tag to compare

Allow customizing grace period time, defaulting to 60 seconds, which was the old default when a load balancer is present

v0.1.3

09 Aug 02:28
9215731
Compare
Choose a tag to compare

Added an output for the task revision arn

v0.1.2

09 Aug 01:33
ae5b955
Compare
Choose a tag to compare

Allowed for optional fields in the service_registries variable objects

v0.1.1

09 Aug 00:49
bc27360
Compare
Choose a tag to compare
  • Fix issue with execution role names
  • Made IAM Policy variables optional

v0.1.0

09 Aug 00:22
06f172a
Compare
Choose a tag to compare
  • 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

03 Aug 17:31
e03b9d8
Compare
Choose a tag to compare

Added output for all of the Policy ARNs set on the IAM Execution Role

v0.0.3

30 Jun 15:40
bd7a980
Compare
Choose a tag to compare

Do not ignore changes to desired_count on the ECS service