Telia Oss Terraform Aws Ecs Fargate Versions Save

Terraform module which creates Fargate ECS resources on AWS.

v3.1.0

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

4 years ago

Added a terratest suite to the module and updated examples.

v2.0.0

4 years ago

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

v1.0.0

4 years ago

Final release before switching to terraform 0.12.

v0.3.0

4 years ago
  • Added support for specifying the container_name (thanks @austpaul)

v0.2.0

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

5 years ago
  • Expose deployment percentages (thanks @TomasMocek)

v0.1.1

5 years ago
  • Expose health check grace period seconds

v0.1.0

5 years ago
  • Initial release