Skip to content

Releases: rearc/terraform-aws-ecs-task

Use more secure SSL policy by default

24 Mar 17:45
491bc50
Compare
Choose a tag to compare

This release introduces a new variable ssl_policy which lets you choose a security policy instead of being forced on the least secure one. The default security policy was also updated to force TLS 1.2, so this could break some workflows relying on older protocols or insecure ciphers, unless you set the new variable to the old default policy.

List of security policies documented here:
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html

Security scan finding that led to this change:
https://tfsec.dev/docs/aws/AWS010/

Add support for internal ALB

24 Mar 15:14
70c6fd7
Compare
Choose a tag to compare

Add support for internal ALB as opposed to internet-facing. As this will get private IPs from within the VPC it will only be routable by services that can reach private IPs in the VPC it is running on.

Support custom ports on ALB

25 Jun 14:45
Compare
Choose a tag to compare

Add support for custom ports (other than 443 on ALB and 3000 on container), custom ingress cidr blocks (other than 0.0.0.0/0), and custom health check paths (other than /).

Add support for tasks and services without load balancer

17 Jun 04:30
Compare
Choose a tag to compare

Add support for tasks and services without load balancer

Add optional resources

13 Jun 21:16
Compare
Choose a tag to compare

Add optional resources

Remove extra quote

11 Jun 13:32
Compare
Choose a tag to compare

Remove extra quote

Add task role support

08 Jun 18:49
Compare
Choose a tag to compare

Add task role support

Initial release

08 Jun 18:25
Compare
Choose a tag to compare

Module that creates an ECS task definition.