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
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/boundary 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
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.
Terraform Version
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
:Need to manually compile and install provider for
darwin/arm64
support.Steps to Reproduce
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
The text was updated successfully, but these errors were encountered: