4

I am running into below error during terraform apply.

Error: timeout while waiting for plugin to start

Debug LOG:
2020-07-09T13:15:46.551-0400 [DEBUG] plugin: plugin process exited: path=/.terraform/plugins/darwin_amd64/terraform-provider-kubernetes_v1.11.3_x4 pid=48631
2020-07-09T13:15:46.551-0400 [DEBUG] plugin: plugin exited

2020-07-09T13:15:46.555-0400 [WARN]  plugin: plugin failed to exit gracefully
2020-07-09T13:15:46.558-0400 [DEBUG] plugin: plugin process exited: path=/.terraform/plugins/darwin_amd64/terraform-provider-null_v2.1.2_x4 pid=48389
2020-07-09T13:15:46.558-0400 [DEBUG] plugin: plugin exited
Arghya Sadhu
  • 41,002
  • 9
  • 78
  • 107
Kumar
  • 199
  • 3
  • 13
  • Can you share the terraform code you are using? – Rico Jul 09 '20 at 20:45
  • If you're running that from within a docker container (as the `/.terraform` would imply), you'll want to be cautious about using alpine based images since they use musl rather than glibc, which drives golang binaries that are compiled with `CGO_ENABLED=1` crazy – mdaniel Jul 10 '20 at 04:17
  • @Rico Which files do you want me to share? – Kumar Jul 13 '20 at 12:40

1 Answers1

9

That might happen because the lack of resources on your system (e.g RAM).