Added handling for disabled kubeconfig

This commit is contained in:
Tomislav Tomašić
2019-02-18 16:32:37 +00:00
committed by GitHub
parent e8071b361c
commit 28bf0c14a4

View File

@@ -41,7 +41,7 @@ output "kubeconfig" {
output "kubeconfig_filename" {
description = "The filename of the generated kubectl config."
value = "${local_file.kubeconfig.*.filename}"
value = "${element(concat(local_file.kubeconfig.*.filename, list("")), 0)}"
}
output "workers_asg_arns" {