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
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.
The text was updated successfully, but these errors were encountered:
@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
While reviewing #41, it turned out that the example EKS setup using terraform is not working.
When doing
terraform init
in thek8s-cluster
directory, the command fails with a deprecation error:By removing
hashicorp/template
frominfra-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.The text was updated successfully, but these errors were encountered: