Skip to content

Commit 827544e

Browse files
authored
Merge pull request #4 from vistaprint/add-oidc-identity-provider-output
Add output for OIDC identity provider issuer
2 parents 45d6248 + ea8d2b9 commit 827544e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

output.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ output "worker_role_arn" {
55
output "private_subnet_ids" {
66
value = data.aws_subnet_ids.private.ids
77
}
8+
9+
output "oidc_identity_provider_issuer" {
10+
value = aws_eks_cluster.cluster.identity[0].oidc[0].issuer
11+
}

0 commit comments

Comments
 (0)