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
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
When using the latest release (0.24.1), terraform init fails with the following message on arm64
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
The text was updated successfully, but these errors were encountered: