Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example EKS cluster cannot be set up on darwin_arm64 #47

Open
gabor-boros opened this issue Nov 14, 2023 · 3 comments
Open

Example EKS cluster cannot be set up on darwin_arm64 #47

gabor-boros opened this issue Nov 14, 2023 · 3 comments
Assignees
Labels
bug Report of or fix for something that isn't working as intended

Comments

@gabor-boros
Copy link
Contributor

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.

@gabor-boros gabor-boros added the bug Report of or fix for something that isn't working as intended label Nov 14, 2023
@jfavellar90
Copy link
Contributor

@gabor-boros I've added a new commit to #41 following the suggestion here. Please let me know if that works for you.

@jfavellar90
Copy link
Contributor

@gabor-boros did you have the opportunity to test the changes to prevent the problems with the template provider? Once you confirm I think we're ready to merge #41

@gabor-boros
Copy link
Contributor Author

@jfavellar90 Thank you for pinging me on this! I didn't realize your previous comment. I'll test it and let you know

@gabor-boros gabor-boros self-assigned this Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Report of or fix for something that isn't working as intended
Projects
None yet
Development

No branches or pull requests

2 participants