Telia Oss Terraform Aws Ecs Fargate Versions Save

Terraform module which creates Fargate ECS resources on AWS.

v4.0.0

3 years ago

Changed:

  • Upgraded to Terraform v0.14

v3.7.0

3 years ago

Added:

  • Added parameter protocol_version to lb_target_group

v3.6.0

3 years ago

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

v3.5.2

3 years ago

Changed:

  • Fixed wrong variable name

v3.5.1

3 years ago
  • Add conditional container_port for service registry for A records

v3.5.0

3 years ago

Require > v3.0.0 aws provider.

v3.4.1

3 years ago

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

v3.4.0

3 years ago

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

v3.3.0

4 years ago
  • 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

4 years ago

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