cleaning up before initial release

This commit is contained in:
brandoconnor
2018-06-06 21:58:12 -07:00
parent 309e7f7083
commit 283e9b203c
9 changed files with 109 additions and 26 deletions

View File

@@ -1,15 +1,15 @@
output "config_map_aws_auth" {
description = "description"
description = ""
value = "${local.config_map_aws_auth}"
}
output "kubeconfig" {
description = "description"
description = "kubectl config file contents for this cluster."
value = "${local.kubeconfig}"
}
output "cluster_id" {
description = "The name of the cluster."
description = "The name/id of the cluster."
value = "${aws_eks_cluster.this.id}"
}