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

feat: Add support for service connect timeouts

Open mvandenabeele opened this issue 2 weeks ago β€’ 1 comments

This pull request will add support for a timeout block in the service block of service_connect_configuration. Default idle_timeout_seconds = 300, per_request_timeout_seconds = 15 as defined by AWS. These values are too low for longrunning requests so they had to be configurable.

mvandenabeele avatar Jun 24 '24 07:06 mvandenabeele