Skip to content

v0.73.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Feb 12:16
· 18 commits to main since this release
458adf9
Make `elb_name` optional @lagerfeuer (#215)

what

Make elb_name in ecs_load_balancer optional, as described in the linked Terraform docs for ECS Service.

why

Currently, when creating a service without elb_name, Terraform will fail because it expects the variable to be set. The workaround is to set it to null.

references