Skip to content

Commit

Permalink
add oidc provider arn to outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
regmicmahesh committed Jul 2, 2024
1 parent da094ac commit 05c1146
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions EKS/with-managed-node-groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,7 @@ Resources:
ClusterName: !Ref ClusterName
PreserveOnDelete: false
ResolveConflicts: "OVERWRITE"

Outputs:
OIDCProviderArn:
Value: !GetAtt OidcProvider.Arn

0 comments on commit 05c1146

Please sign in to comment.