Releases: telia-oss/terraform-aws-ecs-fargate
Releases · telia-oss/terraform-aws-ecs-fargate
v3.1.0
- 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
Added a terratest suite to the module and updated examples.
v1.0.0
Final release before switching to terraform 0.12.
v0.3.0
- Added support for specifying the
container_name
(thanks @austpaul)
v0.2.0
- 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.1
- Expose health check grace period seconds