Skip to content

Commit

Permalink
Output the cluster arn
Browse files Browse the repository at this point in the history
  • Loading branch information
klibr007 committed Aug 23, 2024
1 parent fb40776 commit a897250
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,8 @@ output "external_dns_role_arn" {
value = try(aws_iam_role.external_dns[0].arn, null)
description = "The ARN identifier of the role created in AWS for the external-dns."
}

output "cluster_arn" {
value = aws_eks_cluster.quortex.arn
description = "The ARN identifier of the cluster created in AWS."
}

0 comments on commit a897250

Please sign in to comment.