Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support arm64 #45

Open
johnB96 opened this issue Mar 8, 2022 · 0 comments
Open

support arm64 #45

johnB96 opened this issue Mar 8, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@johnB96
Copy link

johnB96 commented Mar 8, 2022

When using the latest release (0.24.1), terraform init fails with the following message on arm64

╷
│ Error: Incompatible provider version
│ 
│ Provider registry.terraform.io/hashicorp/template v2.2.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.
╵

hashicorp/template appears to be used referenced in examples and none of those examples use template_file so it should be trivial to remove that provider with something similar to sonatype@0be24ea

However, there are 3 upstream issues that need to be fixed first to fully support arm64

@johnB96 johnB96 added the bug Something isn't working label Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant