We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0aa33 commit df332f6Copy full SHA for df332f6
VERSION
@@ -1 +1 @@
1
-0.26.2
+0.26.3
modules/eks-cluster/outputs.tf
@@ -149,7 +149,7 @@ output "irsa_oidc_provider" {
149
value = {
150
arn = module.oidc_provider.arn
151
url = aws_eks_cluster.this.identity[0].oidc[0].issuer
152
- urn = module.oidc_provider.url
+ urn = module.oidc_provider.urn
153
audiences = module.oidc_provider.audiences
154
}
155
0 commit comments