-
Notifications
You must be signed in to change notification settings - Fork 18
Example EKS cluster cannot be set up on darwin_arm64 #47
Description
While reviewing #41, it turned out that the example EKS setup using terraform is not working.
When doing terraform init in the k8s-cluster directory, the command fails with a deprecation error:
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.
By removing hashicorp/template from infra-examples/aws/k8s-cluster/versions.tf is not solving the issue (at least for me), so there should be other (transient?) dependencies on the given provider package as well.