terraform-aws-ecs-web-app icon indicating copy to clipboard operation
terraform-aws-ecs-web-app copied to clipboard

Support "service_connect_configurations"

Open jeffquinn-blr opened this issue 1 year ago • 0 comments
trafficstars

Describe the Feature

The "service_connect_configurations" block is now supported by the "cloudposse/ecs-alb-service-task/aws" module which is used by this module. I would like to be able to pass a service connect configuration block.

Expected Behavior

A new module variable called "service_connect_configurations" which will be passed through to the module variable "service_connect_configurations" in "ecs_alb_service_task"

Use Case

I would like to enable service connect client mode so that my web app can connect to another ecs microservice.

Describe Ideal Solution

A new module variable called "service_connect_configurations" which will be passed through to the module variable "service_connect_configurations" in "ecs_alb_service_task"

Alternatives Considered

No response

Additional Context

https://github.com/cloudposse/terraform-aws-ecs-alb-service-task/pull/208

jeffquinn-blr avatar Jul 23 '24 13:07 jeffquinn-blr