Closed igoratencompass closed 8 months ago
Hello @igoratencompass
Thank you for bringing this up
I fixed the readme as it had one-month-old hash in my previous MR. I forgot to update in step 5. I will fix it with another PR
Step 2 hash is the correct one
module "eks" {
- source = "terraform-aws-modules/eks/aws"
- version = "~> 19.21"
+ source = "git@github.com:clowdhaus/terraform-aws-eks-v20-migrate.git?ref=3f626cc493606881f38684fc366688c36571c5c5"
}
Describe the bug
In the step 2 we have:
and in step 5 we have:
Which one is the correct one?