Releases: sil-org/terraform-aws-ecs-service
Releases · sil-org/terraform-aws-ecs-service
v0.3.0
Changed
- BREAKING CHANGE: Replaced variables
tg_arn,lb_container_name, andlb_container_portwith a single optional variableload_balancer. - Changed
desired_count,deployment_maximum_percent, anddeployment_minimum_healthy_percentfrom string to number. This could catch an invalid value earlier using "terraform validate" rather than waiting for the first plan.
Added
- Added variable and output descriptions.
- Added default values for
cluster_id,service_env, andecsServiceRole_arn, making them optional. - Changed
ecsServiceRole_arn,task_role_arn, andexecution_role_arndefault from "" to null. This should have no impact, but is equivalent to specifying no value to the underlying resource.
What's Changed
Full Changelog: v0.2.2...v0.3.0
Release 0.2.2 --Execution role that allows ECS to make AWS API calls
What's Changed
- ARN for execution role that allows ECS to make AWS API calls on your behalf, such as to pull container images from ECR when using Fargate or to reference secrets from SSM Parameter Store
New Contributors
- @Praveenraj-K made their first contribution in #4
Full Changelog: v0.2.1...v0.2.2
v0.2.1 -- fixed incorrect input type
Fixed
- Fixed aws provider version requirement. Version 5.77.0 is required for
availability_zone_rebalancing. - Fixed incorrect input type on
availability_zone_rebalancing.
What's Changed
- remove README details and link to docs on Terraform Registry by @briskt in #2
- Release 0.2.1 -- fix incorrect input type on availability_zone_rebalancing by @briskt in #3
Full Changelog: v0.2.0...v0.2.1
v0.2.0 - add placement strategy and zone rebalancing
Initial Release
This release is equivalent to version 8.14.1 of aws/ecs/service-only in terraform-modules