Skip to content

Releases: trussworks/terraform-aws-ecs-service

Fix Container Image bug

16 Jan 01:27
e71ddcd
Compare
Choose a tag to compare

This release:

  • Updates syntax for complete tf12 compatibility
  • Updates the container image default to golang:alpine
  • Adds a terratest to ensure a simple use of the module spins up expected resources

Support assigning public IPs

07 Jan 20:01
26cf4b5
Compare
Choose a tag to compare

Module users can now choose to set the ECS services' assign_public_ips variable to true, and so grant access to the instance from the public internet.

v2.1.0: Merge pull request #32 from trussworks/cg_encrypt_service_logs

18 Dec 18:57
413ecdc
Compare
Choose a tag to compare

Fix security group reference when not associating a load balancer

30 Oct 22:18
db1fec3
Compare
Choose a tag to compare
Merge pull request #28 from wjbabicz/patch-1

security group requires a list of strings

v2.0.1

21 Oct 16:18
f7c5910
Compare
Choose a tag to compare
support /health path (#27)

Terraform 0.12 Compatibility

09 Sep 18:30
c93ca64
Compare
Choose a tag to compare

This updates the ecs-service module to work with Terraform 0.12.

NOTE: This changes the input parameter for the ECS cluster from the string ecs_cluster_name to the actual ecs_cluster object; see the README for examples of how to update your module stanzas.

v1.14.0: Merge pull request #21 from trussworks/multiple_repos

20 May 19:54
10bbc1d
Compare
Choose a tag to compare

v1.13.0: Merge pull request #20 from trussworks/lockdown_ecr

20 May 16:10
6aaa9f3
Compare
Choose a tag to compare

v1.12.0: Merge pull request #18 from trussworks/container_def

13 May 22:13
6d0ca00
Compare
Choose a tag to compare

Add target_container_name

25 Oct 17:48
2b4b42c
Compare
Choose a tag to compare
  • New input: target_container_name — let's you specify the name of the container the Load Balancer should target.