Closed slavikos closed 8 months ago
@slavikos thanks for the feedback. Just to be sure, could you provide a minimal failing setup ?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm very new to terraform and also this very module, but I believe there is "logic conflict" issue in the
write_kubeconfig
resource incontrolplane/kubernetes.tf
which fails when trying to connect to the server node because it "silently" uses thessh_key_file
variable even if thessh_keypair_name
variable is set.