nmofonseca

Results 16 comments of nmofonseca

hello @oliviassss , Apologies for the delay. I have now tested with the latest version 2.6.2 and it picked up my ECDSA certificate. Thank you for the help

> Make sure you have something like this in your top level code, alongside your eks module. Than it should work. > > ``` > data "aws_eks_cluster" "eks" { >...

hello, @kostyanius thanks so much for sharing, I went on the route to move the aws-auth management outside of the eks module which was working, just tested your approach this...

> ```terraform > aws_eks_cluster_auth > ``` I understand, I went that route to but I since reverted back @kostyanius work-around. Have you made both data sources for aws_eks_cluster_auth and aws_eks_cluster_auth...

Just to let everyone know, the suggestion by @aavileli also works on windows, the only difference is you should use wsl cli to shel into the lima vm. after that...

Hello, I am up for this one too, I believe this is what Docker Desktop calls as WSL integration and let's me select any WSL instances that I would like...