Releases: trussworks/terraform-aws-ecs-service
Releases · trussworks/terraform-aws-ecs-service
Fix Container Image bug
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
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
Encrypt ECS service logs
Fix security group reference when not associating a load balancer
Merge pull request #28 from wjbabicz/patch-1 security group requires a list of strings
v2.0.1
support /health path (#27)
Terraform 0.12 Compatibility
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
v1.13.0: Merge pull request #20 from trussworks/lockdown_ecr
v1.12.0: Merge pull request #18 from trussworks/container_def
Change bootstrap container definition
Add target_container_name
- New input:
target_container_name
— let's you specify the name of the container the Load Balancer should target.