terraform-provider-shell icon indicating copy to clipboard operation
terraform-provider-shell copied to clipboard

Facing issues when I use this provider to test locally in my MacBook Air

Open sidharthvijayakumar opened this issue 3 years ago • 1 comments

When I run terraform init command I am getting this error :

Initializing the backend...

Initializing provider plugins...

  • Finding scottwinkler/shell versions matching "1.7.7"... ╷ │ Error: Incompatible provider version │ │ Provider registry.terraform.io/scottwinkler/shell v1.7.7 does not have a package available for your current platform, darwin_arm64. │ │ Provider releases are separate from Terraform CLI releases, so not all providers are available for all platforms. Other versions of this provider may have │ different platforms supported.

sidharthvijayakumar avatar Feb 03 '22 06:02 sidharthvijayakumar

use the latest version then the issue will gone.

poying avatar Mar 18 '22 07:03 poying