Releases: infraspecdev/terraform-aws-ecs-deployment
Releases · infraspecdev/terraform-aws-ecs-deployment
v2.0.0
2.0.0 (2024-07-30)
Code Refactoring
- modules/acm: remove unnecessary configuration (504c5b1)
- modules/alb: remove unnecessary configuration (ee664d0)
- remove unnecessary configuration (d395a54)
BREAKING CHANGES
- This commit removes support for certain configuration.
- modules/alb: This commit removes support for certain configuration.
- modules/acm: This commit removes support for certain configuration.
v1.2.1
v1.2.0
v1.1.1
v1.1.0
v1.0.3
v1.0.2
v1.0.1
v1.0.0
1.0.0 (2024-07-19)
Bug Fixes
- acm: cannot use
null
inlength
due to optional block variables (e2e5f50) - alb: cannot use
null
inlength
due to optional block variables (f29f8f0) - alb: incorrect key values in alb listeners outputs (21fa9a6)
- alb: incorrect target group arn value and usage of non-boolean in ternary condition (62485bb)
- alb: lb target group health check attributes required by default (ebb03f0)
- alb: terraform validation errors for maps with indifferent value types (132f366)
- asg:
launch_template_id
cannot benull
withinstartswith
(1fb0cea) - asg: cannot make use of
each
in dynamic blocks (26f5427) - asg: expected
bool
but gotstring
inuser_data
condition (49576ec) - capacity-provider: cannot use
null
inlength
due to optional block variables (6346613) - capacity-provider: incorrect iteration for resource list outputs (5e2942c)
- capacity-provider: provided
true
instead of "ENABLED" or "DISABLED" formanaged_termination_protection
(231eedc) - capacity-provider: reading capacity provider names from the variable leading to lack of dependency between ecs cluster cps and ecs cps (1c4a94a)
- sub-modules: incorrect assumption for optional objects to not exist in for_each condition (1571102)
Features
- examples: complete example (fb5e715)
- root module to provision ecs service and task definition (42c9438)
- sub-modules: acm (07f46f2)
- sub-modules: application load balancer (f2a52a4)
- sub-modules: autoscaling group (2cc6060)
- sub-modules: capacity provider (4344390)
- tests: acm tests (bfeea32)
- tests: alb tests (7ac2478)
- tests: asg tests (715d1f8)