Closed mattaltberg closed 6 months ago
already fixed in https://github.com/terraform-aws-modules/terraform-aws-ecs/pull/123 which will be included in v6.0 when released
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
I modified the service connect configuration block in the service module to allow for multiple services configs in a parent service. This change aligns with how Service Connect is defined in the API.
Motivation and Context
This change is required to allow users to define multiple endpoints for multiple ports/containers in their task definitions. Currently, the module only supports one service connect config per service.
Breaking Changes
Yes
The change is necessary to align with the AWS API for defining services in the service connect config.
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull requestI've updated my locally downloaded version of the module with the same changes, and updated my HCL to look like so:
and the plan is correct.