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

Missing package for darwin_arm64 #58

Open
sollie opened this issue Jan 26, 2022 · 0 comments
Open

Missing package for darwin_arm64 #58

sollie opened this issue Jan 26, 2022 · 0 comments

Comments

@sollie
Copy link

sollie commented Jan 26, 2022

Terraform Version

Terraform v1.1.4
on darwin_arm64

Affected Resource(s)

Not applicable

Terraform Configuration Files

Not applicable

Debug Output

│ Error: Incompatible provider version

│ Provider registry.terraform.io/icinga/icinga2 v0.5.0 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.

Panic Output

Expected Behavior

Terraform should have downloaded a version of the provider for my platform.

Actual Behavior

No version for my platform is available.

Steps to Reproduce

terraform init on darwin_arm64

Important Factoids

Please bump provider version to 0.5.1 to trigger rebuild that produces binaries for darwin_arm64.
It looks like the release workflow bumped go version from go1.14 to go 1.16 a couple of weeks after the last release.
Darwin_arm64 was not supported in go1.14.
Commiting a new tag that triggers a rebuild of current code should hopefully fix the issue my team and I am experiencing atm.

References

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

No branches or pull requests

1 participant