Closed yeongjukang closed 5 years ago
@979156
We already have timeouts set to 60 mins during the server/bare metal create & destroy process that watches for state change. Adding the timeout functionality here wouldn't add anything also the issue you were seeing here is related to #88 where the SSH connection was causing TF to stop execution.
@ddymko thanks David, I got your point related to #88.
Is your feature request related to a problem? Please describe. I was installing Kubernetes using this, and met timeout. So I wanted to extend timeout but it doesn't work.
Describe the solution you'd like timeout support https://www.terraform.io/docs/configuration/resources.html#timeouts
Describe alternatives you've considered I just got rid of "/tmp/common.sh" from my template.
Additional context Thank you for official repository providing!