Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Provider Initialising not working on Apple M1 Chip #107

Open
cs-sachin opened this issue Oct 18, 2021 · 2 comments
Open

Provider Initialising not working on Apple M1 Chip #107

cs-sachin opened this issue Oct 18, 2021 · 2 comments

Comments

@cs-sachin
Copy link

Hi Team,

I am using Apple MACBook Pro M1 chip. When I am trying to Initializ provider plugins for pingdom I am getting bellow errror.

Error: Incompatible provider version

│ Provider registry.terraform.io/russellcardullo/pingdom v1.1.3 does not have a
│ package available for your current platform, darwin_arm64.

Please let me know how I can fix this error?

Thanks,
Sachin

@DivyaJenefer
Copy link

Hi Team,

I'm facing similar issue on Apple MACBook Pro M1 while trying to initialize provider plugins for pingdom.

"Error: Incompatible provider version
Provider registry.terraform.io/russellcardullo/pingdom v1.1.3 does not have a package available for your current platform, darwin_arm64"

Please let me know if there's any fix?

Thanks,
Divya

@Junkern
Copy link

Junkern commented Jul 22, 2022

I just stumbled across this due to an issue in our repo. You can use https://github.com/kreuzwerker/m1-terraform-provider-helper in order to install non-arm64 providers on M1 macs.
A simple

 m1-terraform-provider-helper activate
 m1-terraform-provider-helper install russellcardullo/pingdom -v 1.1.3
m1-terraform-provider-helper lockfile upgrade

should work :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants