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.67.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 seems to only be used in examples and those examples don't use template_file so removing those should be trivial, something similar to sonatype@f0aff0d
However, there are some modules that require an upgrade and other issues that need to be fixed first to fully support arm64
When using the latest release (0.67.1), terraform init fails with the following message on arm64
hashicorp/template seems to only be used in examples and those examples don't use template_file so removing those should be trivial, something similar to sonatype@f0aff0d
However, there are some modules that require an upgrade and other issues that need to be fixed first to fully support arm64
The text was updated successfully, but these errors were encountered: