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

Provider Initialising not working on Apple M1 Chip

Open cs-sachin opened this issue 4 years ago • 2 comments

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

cs-sachin avatar Oct 18 '21 05:10 cs-sachin

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

DivyaJenefer avatar Feb 25 '22 17:02 DivyaJenefer

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 :)

Junkern avatar Jul 22 '22 12:07 Junkern