You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have harness/harness listed as a required provider. For the sake of the argument, I'm using a local backend for my state files.
When I run terraform init, I'm getting the following exceptions.
I have
harness/harnesslisted as a required provider. For the sake of the argument, I'm using a local backend for my state files.When I run
terraform init, I'm getting the following exceptions.I added other providers, such as
hashicorp/aws, to therequired_providers, and it was able to install those without any issues.I'm not sure why I'm not able to install any versions of the harness provider! Any help is deeply appreciated.