Skip to content

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

v3.1.0

03 Sep 11:09
4a6dff1
Compare
Choose a tag to compare
  • Removed task_container_environment_count as it is no longer needed for terraform 0.12.
  • Switched to the new %{} syntax for adding repository_credentials to the container definition.

v3.0.0

02 Sep 09:00
3d4963a
Compare
Choose a tag to compare

Added a terratest suite to the module and updated examples.

v2.0.0

30 Aug 09:39
Compare
Choose a tag to compare

Support for terraform versions >= 0.12 (thanks @colincoleman).

v1.0.0

30 Aug 09:38
Compare
Choose a tag to compare

Final release before switching to terraform 0.12.

v0.3.0

16 Jul 12:46
Compare
Choose a tag to compare
  • Added support for specifying the container_name (thanks @austpaul)

v0.2.0

29 May 06:24
f9d7236
Compare
Choose a tag to compare
  • Added support for private repository credentials (thanks to @lobeck).
  • You can now set the deployment_controller (thanks to @DLeich).
  • Added output for the target group name and service name.

v0.1.2

10 Jan 14:31
ae709f1
Compare
Choose a tag to compare

v0.1.1

08 Aug 15:18
126ea65
Compare
Choose a tag to compare
  • Expose health check grace period seconds

v0.1.0

02 Aug 15:09
13a0a86
Compare
Choose a tag to compare
  • Initial release