Skip to content

Commit

Permalink
add oidc issuer url output
Browse files Browse the repository at this point in the history
Signed-off-by: darox <[email protected]>
  • Loading branch information
darox committed Jan 13, 2025
1 parent 86b2f74 commit e20e3ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ output "resource_group" {
output "cluster_endpoint" {
value = module.main.cluster_fqdn
}


output "oidc_issuer_url" {
value = module.main.oidc_issuer_url
}

0 comments on commit e20e3ec

Please sign in to comment.