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
Incompatible provider version
Provider registry.terraform.io/hashicorp/template v2.2.0 does not have a
package available for your current platform, darwin_arm64.
Versions
Terraform: v0.14.10
Provider(s): terraform-aws-modules/eks/aws
Module: 14.0
Reproduction
Steps to reproduce the behavior:
Run terraform module terraform-aws-modules/eks/aws with version 14 on Mac M1.
Code Snippet to Reproduce
Expected behavior
Actual behavior
Terminal Output Screenshot(s)
Additional context
The text was updated successfully, but these errors were encountered:
There is still the problem with v0.15.0 on darwin_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.
Could you write us when this out-of-date module will be replaced?
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Terraform eks 14 module is using deprecated "template provider", which doesn't support mac m1. Ref. https://github.com/hashicorp/terraform-provider-template
Error while running
terraform init
Versions
Reproduction
Steps to reproduce the behavior:
Run terraform module terraform-aws-modules/eks/aws with version 14 on Mac M1.
Code Snippet to Reproduce
Expected behavior
Actual behavior
Terminal Output Screenshot(s)
Additional context
The text was updated successfully, but these errors were encountered: