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

Doesn't work on macos apple silicon #19

Open
mohit2152sharma opened this issue Dec 4, 2024 · 2 comments
Open

Doesn't work on macos apple silicon #19

mohit2152sharma opened this issue Dec 4, 2024 · 2 comments

Comments

@mohit2152sharma
Copy link

I tried to run this and encountered the following error.

  1. I downloaded the main.tf file with this command: curl -LO https://github.com/identiops/terraform-hcloud-k3s/raw/main/examples/1Region_3ControlPlane_3Worker_Nodes/main.tf
  2. I do terraform init and get the following error:
�[0m�[1mInitializing the backend...�[0m
�[0m�[1mInitializing modules...�[0m
�[0m�[1mInitializing provider plugins...�[0m
- Finding hashicorp/random versions matching "~> 3.6.0"...
- Finding hashicorp/template versions matching "~> 2.2.0"...
- Finding hashicorp/time versions matching "~> 0.10.0"...
- Finding hetznercloud/hcloud versions matching "~> 1.45.0"...
- Finding hashicorp/http versions matching "~> 3.4.1"...
- Finding hashicorp/local versions matching "~> 2.4.1"...
- Installing hashicorp/http v3.4.5...
- Installed hashicorp/http v3.4.5 (signed by HashiCorp)
- Installing hashicorp/local v2.4.1...
- Installed hashicorp/local v2.4.1 (signed by HashiCorp)
- Installing hashicorp/random v3.6.3...
- Installed hashicorp/random v3.6.3 (signed by HashiCorp)
- Installing hashicorp/time v0.10.0...
- Installed hashicorp/time v0.10.0 (signed by HashiCorp)
- Installing hetznercloud/hcloud v1.45.0...
- Installed hetznercloud/hcloud v1.45.0 (signed by a HashiCorp partner, key ID �[0m�[1m5219EACB3A77198B�[0m�[0m)
Partner and community providers are signed by their developers.
If you'd like to know more about provider signing, you can read about it here:
https://www.terraform.io/docs/cli/plugins/signing.html
╷
│ 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.
╵
@jceb
Copy link
Member

jceb commented Dec 4, 2024

Thanks for reporting. I'm afraid not much can be done about the issue right now. Best you open an issue with terraform to make this provider available for apple silicon.

@mohit2152sharma
Copy link
Author

Might be worth adding a note about the same in readme, for other people references.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants