fix config

This commit is contained in:
Nana Janashia
2020-12-20 16:29:01 +01:00
parent 386fde3774
commit 92835a5b54
2 changed files with 11 additions and 2 deletions

View File

@@ -4,4 +4,8 @@ output repo_url {
output cluster_url {
value = module.eks.cluster_endpoint
}
}
output kubeconfig {
value = "module.eks.kubeconfig"
}