We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45d6248 + ea8d2b9 commit 827544eCopy full SHA for 827544e
1 file changed
output.tf
@@ -5,3 +5,7 @@ output "worker_role_arn" {
5
output "private_subnet_ids" {
6
value = data.aws_subnet_ids.private.ids
7
}
8
+
9
+output "oidc_identity_provider_issuer" {
10
+ value = aws_eks_cluster.cluster.identity[0].oidc[0].issuer
11
+}
0 commit comments