Skip to content

Commit

Permalink
Fix bug in irsa_oidc_provider.urn output in eks-cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
posquit0 committed May 21, 2024
1 parent cb0aa33 commit df332f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.26.2
0.26.3
2 changes: 1 addition & 1 deletion modules/eks-cluster/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ output "irsa_oidc_provider" {
value = {
arn = module.oidc_provider.arn
url = aws_eks_cluster.this.identity[0].oidc[0].issuer
urn = module.oidc_provider.url
urn = module.oidc_provider.urn
audiences = module.oidc_provider.audiences
}
}
Expand Down

0 comments on commit df332f6

Please sign in to comment.