Skip to content

Example EKS cluster cannot be set up on darwin_arm64 #47

@gabor-boros

Description

@gabor-boros

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.

Metadata

Metadata

Assignees

Labels

bugReport of or fix for something that isn't working as intended

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions