print out the kube config file

This commit is contained in:
Nana Janashia
2020-12-20 18:03:57 +01:00
parent ec25c85f9d
commit c03467bfdd

View File

@@ -7,7 +7,7 @@ output cluster_url {
} }
output kubeconfig { output kubeconfig {
value = "module.eks.kubeconfig" value = module.eks.kubeconfig
} }
output ecr_user_name { output ecr_user_name {