Terraform v0.14.7
All Digital Ocean objects
N/A
N/A
If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the crash.log.
What should have happened?
terraform init successfully install digitalocean provider on darwin_arm64 platform
What actually happened?
Error: Incompatible provider version
Provider registry.terraform.io/digitalocean/digitalocean v2.5.1 does not have
a package available for your current platform, darwin_arm64.
Please list the steps required to reproduce the issue, for example:
terraform initRunning terraform on Macbook Pro M1 (darwin_arm64)
N/A
Thanks for opening this issue. This is something we'll definitely want to support. With the release of Go 1.16 darwin/arm64 is now officially supported: https://golang.org/doc/go1.16#darwin
Goreleaser will automatically build binaries once we've updated to using Go 1.16 for builds: https://goreleaser.com/deprecations/#builds-for-darwinarm64
Thank you for your answer, do you have any idea of the release date of DO provider using Go 1.16 ?
We have a couple of features we intend to release soon. One is done and the other is in progress. We should be able to address this issue with the same release.
We intend to have those ready within the next week. If there's any delay, I'll look at cutting a release sooner to address this.
@Owpac the latest release is now available. Please let us know if you have any issues!
Most helpful comment
We have a couple of features we intend to release soon. One is done and the other is in progress. We should be able to address this issue with the same release.
We intend to have those ready within the next week. If there's any delay, I'll look at cutting a release sooner to address this.