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

darwin_arm64 support #217

Closed
yaleman opened this issue Apr 27, 2021 · 4 comments · Fixed by #218
Closed

darwin_arm64 support #217

yaleman opened this issue Apr 27, 2021 · 4 comments · Fixed by #218

Comments

@yaleman
Copy link

yaleman commented Apr 27, 2021

Terraform Version

$ terraform -v
Terraform v0.14.8

Nomad Version

n/a

Provider Configuration

(irrelevant, but here you go)

provider "nomad" {
  address = "https://example.com"
}

Environment Variables

n/a

Affected Resource(s)

All, it's the provider itself.

Terraform Configuration Files

n/a

Debug Output

terraform init
Initializing the backend...
Initializing provider plugins...
- Finding latest version of hashicorp/nomad...
Error: Incompatible provider version
Provider registry.terraform.io/hashicorp/nomad v1.4.14 does not have a package
available for your current platform, darwin_arm64.

Expected Behavior

I should be able to use it on an M1 mac.

Actual Behavior

Terraform failed to init.

Steps to Reproduce

  1. terraform init

Important Factoids

Apple silicon requires a new architecture build.

@jrasell
Copy link
Member

jrasell commented Apr 27, 2021

Hi @yaleman and thanks for raising this issue. This is certainly something we want to support.

@yaleman
Copy link
Author

yaleman commented Apr 27, 2021

Thanks for the confirmation - happy to provide testing if needed :)

@bigmstone
Copy link

I was able to compile locally and get myself going pretty easily, but yes +1 to registry support. So far no issues on darwin_arm64. Was able to apply job spec through it.

@bflad
Copy link
Contributor

bflad commented May 3, 2021

Just adding a reference link to the Terraform CLI issue as well: hashicorp/terraform#27257

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

Successfully merging a pull request may close this issue.

4 participants