Skip to content

Releases: telia-oss/terraform-aws-ecs-fargate

v4.0.0

29 Mar 11:51
3452015
Compare
Choose a tag to compare

Changed:

  • Upgraded to Terraform v0.14

v3.7.0

29 Mar 11:07
763c9bb
Compare
Choose a tag to compare

Added:

  • Added parameter protocol_version to lb_target_group

v3.6.0

24 Mar 21:06
94df9bd
Compare
Choose a tag to compare

Exposed a new task_role_permissions_boundary_arn variable for setting a permissions boundary on the task (and execution) role.

v3.5.2

12 Feb 12:07
db32b2c
Compare
Choose a tag to compare

Changed:

  • Fixed wrong variable name

v3.5.1

04 Jan 08:27
5e1c618
Compare
Choose a tag to compare
  • Add conditional container_port for service registry for A records

v3.5.0

13 Dec 09:58
55c12b9
Compare
Choose a tag to compare

Require > v3.0.0 aws provider.

v3.4.1

11 Dec 17:22
2384e38
Compare
Choose a tag to compare

Prevent wrong policy on accidental aws provider upgrade from v2 to v3.

v3.4.0

05 Aug 13:49
83d959d
Compare
Choose a tag to compare

Added support for secrets via a new variable task_container_secrets (and task_container_secrets_kms_key). Thanks to @lsc 🎉

v3.3.0

12 Dec 12:41
6c54d6b
Compare
Choose a tag to compare
  • Added support for deploying the fargate service without a loadbalancer (Thanks @larstobi) 🎉
  • Added support for specifying stop_timeout for the container definition (Thanks @larstobi)

v3.2.0

09 Oct 12:56
Compare
Choose a tag to compare

Added service_registry_arn variable to control service discovery for the ECS service. Thanks @larstobi!