mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-23 09:51:04 +01:00
cleaning up before initial release
This commit is contained in:
@@ -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}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user