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

Release with darwin/arm64 Support #1038

Closed
bflad opened this issue May 3, 2021 · 3 comments · Fixed by #1039
Closed

Release with darwin/arm64 Support #1038

bflad opened this issue May 3, 2021 · 3 comments · Fixed by #1039

Comments

@bflad
Copy link
Contributor

bflad commented May 3, 2021

Terraform Version

Terraform v0.15.1

Affected Resource(s)

N/A

Terraform Configuration Files

N/A

Debug Output

N/A

Expected Behavior

Able to install provider on darwin/arm64 platform without manually compiling.

Actual Behavior

Error during terraform init:

Error: Incompatible provider version

Provider registry.terraform.io/hashicorp/vault v#.#.# 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.

Need to manually compile and install provider for darwin/arm64 support.

Steps to Reproduce

  1. terraform init

Important Factoids

All that is generally required is building and testing the provider using Go 1.16, e.g. updating the .go-version file. Terraform Providers are generally not Go feature intensive or used as an upstream Go package, so Go updates are relatively low risk.

We are looking to enable darwin/arm64 releases in Terraform CLI soon.

References

jasonodonnell pushed a commit that referenced this issue May 27, 2021
Reference: #1038

Enables `darwin/arm64` support, once a release is made.
@bodinsamuel
Copy link

Hello, thanks for raising and fixing the issue, however no releases has been done since this was fixed.
Is there any other issue? or should we expect a release soon? ☺️

@jasonodonnell
Copy link
Contributor

We aim to release 3rd Wednesday of each month, so likely next week @bodinsamuel.

@jasoares
Copy link

jasoares commented Jun 21, 2021

Just for clarity this was actually released in v2.21.0. 🎉 3 days ago

davidmontoyago pushed a commit to davidmontoyago/terraform-provider-vault that referenced this issue Aug 17, 2021
Reference: hashicorp#1038

Enables `darwin/arm64` support, once a release is made.
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

Successfully merging a pull request may close this issue.

4 participants