diff --git a/outputs.tf b/outputs.tf index f70f763..7dd3800 100644 --- a/outputs.tf +++ b/outputs.tf @@ -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 +} \ No newline at end of file