mumoshu / terraform-provider-eksctl

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

Attached config is causing eksctl provider to hang indefinitely #28

Open knolev opened 3 years ago

knolev commented 3 years ago

main.txt

mumoshu commented 3 years ago

@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.

knolev commented 3 years ago
eksctl = {
  source = "mumoshu/eksctl"
  version = "0.13.5"
}
mumoshu commented 3 years ago

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