I wanted to run our terraform code for a small change today. But I started to get this error: provider.spotinst: plugin exited before we could connect
plugin exited before we could connect` We use this terraform code for a long time. And our version for Spotinst is defined like that:
version = "< 1.0"
This is the plugin that we use: https://registry.terraform.io/providers/spotinst/spotinst/latest/docs I couldn't understand why we started to get this error. Does someone have an idea? Thanks.