Skip to content

Commit

Permalink
Add the oidc provider arn to outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
gkocur committed Jan 18, 2024
1 parent 9ca4d6e commit f46e2dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ output "eks_cluster_oidc_issuer_url" {
description = "The URL on the EKS cluster OIDC Issuer"
}

output "eks_cluster_oidc_issuer_arn" {
value = module.eks.oidc_provider_arn
description = "The ARN on the EKS cluster OIDC provider"
}

output "eks_cluster_primary_security_group_id" {
value = module.eks.cluster_primary_security_group_id
Expand Down

0 comments on commit f46e2dd

Please sign in to comment.