cn-terraform / terraform-aws-ecs-fargate

AWS ECS Fargate Terraform Module
https://registry.terraform.io/modules/cn-terraform/ecs-fargate
Apache License 2.0
87 stars 57 forks source link

Add start_timeout support #5

Closed atoledo-cit closed 4 years ago

atoledo-cit commented 5 years ago

Would it be possible to add start_timeout support? Is there a reason for not having it as an input? Thanks

jnonino commented 5 years ago

I am using another Terraform module to automatically generate the container definition json. The thing is that that module does not include that variable. I fill a requests on their site to include it. In the mean time I will work on a workaround to solve your issue.

jnonino commented 4 years ago

Fixed in version 2.0.6.

Let me know how it goes.