Terraform Aws Ecs Fargate Versions Save

Terraform module to create AWS ECS FARGATE services

8.0.0

10 months ago

What's Changed

BREAKING CHANGE container_name now must be set for target_group.

This variable can be set via var.container_name or can be set via var.name_prefix.

The purpose behind this change is to accommodate the requirement of using an external container definition where the container name(s) are set externally to the module and, therefore, must be set within target_group.

Please refer to any of the examples to understand this change.

Full Changelog: https://github.com/umotif-public/terraform-aws-ecs-fargate/compare/7.0.0...8.0.0

7.0.0

1 year ago

What's Changed

Potentially Breaking Changes

This applies only if you want to migrate to using external container definitions and are migrating from ~> 6.7.0 to ~> 7.0.0

With the introduction of using an external container definitions module to manage, cloudwatch log groups need to be created externally to the module. The log group arn + enable_logs = false should then be passed into the module.

Full Changelog: https://github.com/umotif-public/terraform-aws-ecs-fargate/compare/6.7.1...7.0.0

6.7.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/umotif-public/terraform-aws-ecs-fargate/compare/6.7.0...6.7.1

6.7.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/umotif-public/terraform-aws-ecs-fargate/compare/6.6.0...6.7.0

6.5.2

1 year ago

6.5.0

2 years ago

Features:

Bug Fixes:

New Contributors

Full Changelog: https://github.com/umotif-public/terraform-aws-ecs-fargate/compare/6.4.2...6.5.0

6.4.2

2 years ago

What's Changed

Full Changelog: https://github.com/umotif-public/terraform-aws-ecs-fargate/compare/6.4.1...6.4.2

6.4.1

2 years ago
  • Split task_health into two variables