Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@briskt briskt released this 21 Mar 08:45
6b3e118

Changed

  • BREAKING CHANGE: Replaced variables target_group_arn, container_name, and 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