You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
terraform init
Important Factoids
Apple silicon requires a new architecture build.
The text was updated successfully, but these errors were encountered:
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.
Terraform Version
Nomad Version
n/a
Provider Configuration
(irrelevant, but here you go)
Environment Variables
n/a
Affected Resource(s)
All, it's the provider itself.
Terraform Configuration Files
n/a
Debug Output
Expected Behavior
I should be able to use it on an M1 mac.
Actual Behavior
Terraform failed to
init
.Steps to Reproduce
terraform init
Important Factoids
Apple silicon requires a new architecture build.
The text was updated successfully, but these errors were encountered: