terraform-provider-pingdom
                                
                                 terraform-provider-pingdom copied to clipboard
                                
                                    terraform-provider-pingdom copied to clipboard
                            
                            
                            
                        Provider Initialising not working on Apple M1 Chip
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
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
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 :)