Changed
- BREAKING CHANGE: Replaced variables
target_group_arn
,container_name
, andcontainer_port
with a single optional variableload_balancer
. - Changed
desired_count
,deployment_maximum_percent
, anddeployment_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
, andecsServiceRole_arn
, making them optional. - Changed
ecsServiceRole_arn
,task_role_arn
, andexecution_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
Full Changelog: v0.2.2...v0.3.0