Icinga / terraform-provider-icinga2

Terraform Icinga2 provider
https://www.terraform.io/docs/providers/icinga2/
Mozilla Public License 2.0
21 stars 19 forks source link

Missing package for darwin_arm64 #58

Open sollie opened 2 years ago

sollie commented 2 years ago

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