Closed ilkerkorkut closed 1 year ago
old version of provider in the k3s stack template repo https://github.com/shalb/cdev-aws-k3s
@ilkerkorkut cdev just rely on provider versions that are binded inside the terraform code requirements. As @romanprog in stack template https://github.com/shalb/cdev-aws-k3s we invoking the terraform module to create K3s cluster: https://github.com/shalb/cdev-aws-k3s/blob/main/aws-k3s.yaml#L61C13-L61C58 And in the module particulary the provider is set here: https://github.com/shalb/terraform-aws-k3s/blob/master/init.tf#L2-L12
So you can clone stack template and module locally and upgrade the required provider versions and to make it work on your platform.
BTW you can create a PR on the target stack template and k3s terraform modules, so we could merge it and fix that issues for all users. Thanks )
k3s stack template updated All providers and modules updated to latest versions. @ilkerkorkut try deploying the cluster again using the examples from the master branch. https://github.com/shalb/cdev-aws-k3s/tree/main/examples
No need to update cdev
client version
Thanks for the updates. Keeping all these dependencies(tf related) on my repositories is better to manage their versions etc. I'm closing this issue.
Problem: I'm getting following tf errors on my Mac M1 machine. I know It depends on the terraform script, but is there a way to handle these errors in aspect of cdev?
eg error:
Cluster.dev Version: 0.7.16
Cluster.dev Config: Example k3s cluster template