You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make deregistration_delay attribute customizable for ALB Target Groups (#42)
* Make deregistration_delay attribute customizable for ALB Target Groups
The `deregistration_delay` attribute of a Target Group is set to 300 seconds by default
as a conservatively safe value. However, if a service owner knows that their connections stop faster
it makes sense to reduce the delay to speed up the deployments. This PR makes the customization
possible via the module.
* Ensure README.md and CHANGELOG.md are up to date
|[aws_ecs_task_definition.task](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ecs_task_definition)| data source |
113
114
|[aws_iam_policy_document.read_repository_credentials](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
114
115
|[aws_iam_policy_document.task_assume](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
115
116
|[aws_iam_policy_document.task_ecs_exec_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
0 commit comments