Skip to content

Releases: sil-org/terraform-aws-ecs-service

v0.3.0

21 Mar 08:45
6b3e118

Choose a tag to compare

Changed

  • BREAKING CHANGE: Replaced variables tg_arn, lb_container_name, and lb_container_port with a single optional variable load_balancer.
  • Changed desired_count, deployment_maximum_percent, and deployment_minimum_healthy_percent from 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, and ecsServiceRole_arn, making them optional.
  • Changed ecsServiceRole_arn, task_role_arn, and execution_role_arn default from "" to null. This should have no impact, but is equivalent to specifying no value to the underlying resource.

What's Changed

  • Release 0.3.0 -- make the load balancer optional by @briskt in #5

Full Changelog: v0.2.2...v0.3.0

Release 0.2.2 --Execution role that allows ECS to make AWS API calls

17 Mar 12:25
c7f5810

Choose a tag to compare

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

Full Changelog: v0.2.1...v0.2.2

v0.2.1 -- fixed incorrect input type

04 Mar 02:12
2897d0e

Choose a tag to compare

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

28 Feb 02:43
53f51d5

Choose a tag to compare

What's Changed

  • Release 0.2.0 -- add placement strategy and zone rebalancing by @briskt in #1

New Contributors

  • @briskt made their first contribution in #1

Full Changelog: v0.1.0...v0.2.0

Initial Release

26 Feb 09:43

Choose a tag to compare

This release is equivalent to version 8.14.1 of aws/ecs/service-only in terraform-modules