aztfmod / terraform-provider-azurecaf

Terraform provider for the Terraform platform engineering for Azure
173 stars 92 forks source link

Support for darwin_ARM64 (Apple Macbook Pro with M1 chip) #95

Closed ofbjansen closed 3 years ago

ofbjansen commented 3 years ago

Can we add support for Macbook pro users with an M1 chip? When running an init i get the following error message:

│ Error: Incompatible provider version
│ 
│ Provider registry.terraform.io/aztfmod/azurecaf v1.2.2 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.

The current workaround is not ideal: Use a Docker Development environment in VSCode.

arnaudlh commented 3 years ago

Should be resolved now, let us know if you are still facing the issue.

saragluna commented 2 years ago

I'm still facing this issue

Provider registry.terraform.io/aztfmod/azurecaf v1.2.6 does not have a package available for your current platform, darwin_arm64.
saragluna commented 2 years ago

@arnaudlh could you help with this?

ofbjansen commented 2 years ago

@arnaudlh could you help with this?

@saragluna : I think you are better off with creating a new issue. This was an issue in 1.2.2 and maybe the same solution, but this issue is closed and probably not alerting the right people. Also better for the development to see the issue on 1.2.6 so they can link a pull request to it.