Skip to content

Commit

Permalink
Remove unnecessary outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
dshafer committed Jul 26, 2018
1 parent fe17476 commit 9995c61
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,3 @@ output "config_map_aws_auth" {
output "kubeconfig" {
value = "${local.kubeconfig}"
}

output "endpoint" {
value = "${aws_eks_cluster.cluster.endpoint}"
}
output "certificate_authority_data" {
value = "${aws_eks_cluster.cluster.certificate_authority.0.data}"
}

output "rolearn" {
value = "${aws_iam_role.node.arn}"
}

0 comments on commit 9995c61

Please sign in to comment.