Skip to content

Commit

Permalink
fix: remove output from cluster_autoscaler
Browse files Browse the repository at this point in the history
Signed-off-by: ArchiFleKs <[email protected]>
  • Loading branch information
ArchiFleKs committed Sep 6, 2019
1 parent 90c1370 commit bdd63a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions terraform/modules/eks-addons/cluster-autoscaler.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ resource "aws_iam_role_policy_attachment" "eks-cluster-autoscaler-kiam" {
policy_arn = aws_iam_policy.eks-cluster-autoscaler[count.index].arn
}

output "cluster-autoscaler-kiam-role-arn" {
value = aws_iam_role.eks-cluster-autoscaler-kiam.*.arn
}

resource "kubernetes_namespace" "cluster_autoscaler" {
count = var.cluster_autoscaler["enabled"] ? 1 : 0

Expand Down

0 comments on commit bdd63a1

Please sign in to comment.