Open gabor-boros opened 11 months ago
@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
@jfavellar90 Thank you for pinging me on this! I didn't realize your previous comment. I'll test it and let you know
While reviewing https://github.com/openedx/openedx-k8s-harmony/pull/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.