cloudscale-ch / terraform-provider-cloudscale

Terraform Cloudscale provider
https://registry.terraform.io/providers/cloudscale-ch/cloudscale/latest
MIT License
9 stars 10 forks source link

Provider version for Macs with M1 processor #47

Closed eresgie closed 3 years ago

eresgie commented 3 years ago

Hi! Trying to terraform init on M1 mac results with:

│ Error: Incompatible provider version
│
│ Provider registry.terraform.io/cloudscale-ch/cloudscale v3.0.0 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.
╵

Can you provide the version for M1 Macs?

alakae commented 3 years ago

@eresgie We have published a new version that includes a binary for M1 Macs: https://github.com/cloudscale-ch/terraform-provider-cloudscale/blob/master/CHANGELOG.md

eresgie commented 3 years ago

Thank you, it's working.