Skip to content

Commit

Permalink
Merge pull request #7 from mskdenigma/main
Browse files Browse the repository at this point in the history
Adding role ARN to outputs so it can be referenced externally
  • Loading branch information
hobord authored Dec 11, 2024
2 parents dac39a9 + b5cf4e6 commit 1d201ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cluster/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ output "kube_state_metrics_deployment" {
value = var.deploy_manifests ? "${local.namespace}/${kubernetes_deployment.kube_state_metrics[0].metadata[0].name}" : "Not managed by this module"
description = "Kube-state-metrics deployment name"
}

output "role_arn" {
value = aws_iam_role.doit_eks_lens_collector[0].arn
description = "EKS Lens Collector ARN that can be referenced if creating deployment independently"
}

0 comments on commit 1d201ef

Please sign in to comment.