Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 05:28
· 90 commits to main since this release

1.0.0 (2024-07-19)

Bug Fixes

  • acm: cannot use null in length due to optional block variables (e2e5f50)
  • alb: cannot use null in length 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 be null within startswith (1fb0cea)
  • asg: cannot make use of each in dynamic blocks (26f5427)
  • asg: expected bool but got string in user_data condition (49576ec)
  • capacity-provider: cannot use null in length due to optional block variables (6346613)
  • capacity-provider: incorrect iteration for resource list outputs (5e2942c)
  • capacity-provider: provided true instead of "ENABLED" or "DISABLED" for managed_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)