Skip to content

Commit df332f6

Browse files
committed
Fix bug in irsa_oidc_provider.urn output in eks-cluster
1 parent cb0aa33 commit df332f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.26.2
1+
0.26.3

modules/eks-cluster/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ output "irsa_oidc_provider" {
149149
value = {
150150
arn = module.oidc_provider.arn
151151
url = aws_eks_cluster.this.identity[0].oidc[0].issuer
152-
urn = module.oidc_provider.url
152+
urn = module.oidc_provider.urn
153153
audiences = module.oidc_provider.audiences
154154
}
155155
}

0 commit comments

Comments
 (0)