-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When using the latest release (0.24.1), terraform init fails with the following message on arm64
╷
│ Error: Incompatible provider version
│
│ Provider registry.terraform.io/hashicorp/template v2.2.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.
╵
hashicorp/template appears to be used referenced in examples and none of those examples use template_file so it should be trivial to remove that provider with something similar to sonatype@0be24ea
However, there are 3 upstream issues that need to be fixed first to fully support arm64
adrianwnuk
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working