mumoshu/terraform-provider-eksctl

Attached config is causing eksctl provider to hang indefinitely

Opened this issue · 3 comments

@knolev Which version of the provider are you using? I recently managed to fix the long standing issue about hangs occurred when eksctl_version is used.

eksctl = {
  source = "mumoshu/eksctl"
  version = "0.13.5"
}

@knolev Thanks. Interesting - Could you provide me tf trace logs by running TF_LOG=trace TF_LOG_PATH=trace.log terraform apply?