Releases: sumitsarkar/terraform-aws-ecs-ec2-web-service
Releases · sumitsarkar/terraform-aws-ecs-ec2-web-service
v0.3.3-alpha
FIX: Do not create scaling policy if flag is disabled
FIX: Missing index from conditional resource
v0.3.2-alpha FIX: Missing index from conditional resource
Fix missing index for conditional resource
v0.3.1-alpha FIX: Missing index from conditional resource
Support user provided Target Group
v0.3.0-alpha FEAT: Allow user to pass in existing target group if any
v0.2.0-alpha
- Upgrade to use Terraform 0.12
v0.1.6-alpha
- Add configuration for
health_check_grace_period_seconds
to prevent prematurely killing the ECS task due to failing health checks even before the service could start up.
v0.1.5-alpha
- Add separator between environment and service name to make it more readable
- Bring parity between scaling policy names
v0.1.4-alpha
- Enable sensible defaults for placement strategy and constraints.
v0.1.3-alpha
- Enable setting placement strategy
- Enable setting placement constraints
v0.1.2-alpha
- Add placement strategy (spread).