Skip to content

v2.4.1

Latest
Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 16 May 18:56
· 6 commits to refs/heads/main since this release

🚀 Enhancements

fix: make service_registries fields optional @olafbado (#300) ## what

Updated the service_registries variable to make port, container_name, and container_port optional.

why

  • The current implementation forces users to set all three fields, which leads to invalid configurations in ECS
  • This change aligns the module with the actual ECS API behavior.
  • It unblocks valid use cases, such as using service discovery in Elixir/Erlang clusters running on ECS Fargate

references

🔗 Terraform AWS Provider: service_registries input

🔗 AWS ECS Documentation – Service discovery