mumoshu / terraform-provider-eksctl

Manage AWS EKS clusters using Terraform and eksctl
Apache License 2.0
234 stars 44 forks source link

Add ability to specify timeout #52

Closed ruckc closed 3 years ago

ruckc commented 3 years ago

For some reason everytime I create a nodegroup, with eksctl directly or via terraform, the creation hits eksctl's timeout and eksctl rolls it back. Can you expose the timeout parameter?

mumoshu commented 3 years ago

@ruckc Hey! We're trying to expose it via resource/provider config in https://github.com/mumoshu/terraform-provider-eksctl/pull/51

ruckc commented 3 years ago

great. awesome.