first commit
This commit is contained in:
7
oauth2/outputs.tf
Normal file
7
oauth2/outputs.tf
Normal file
@@ -0,0 +1,7 @@
|
||||
output "provider-id" {
|
||||
value = authentik_provider_oauth2.oauth2.id
|
||||
}
|
||||
|
||||
output "sso_configuration_url" {
|
||||
value = "https://${data.kubernetes_ingress_v1.authentik.spec[0].rule[0].host}/application/o/${var.component}-${var.instance}"
|
||||
}
|
||||
Reference in New Issue
Block a user