Refacto and add modules
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
output "provider-id" {
|
||||
output "provider_id" {
|
||||
value = authentik_provider_oauth2.oauth2.id
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ output "secret_client_id_name" {
|
||||
value = kubernetes_secret_v1.oauth2-client-secret.metadata[0].name
|
||||
}
|
||||
output "secret_client_secret_name" {
|
||||
value = kubernetes_secret_v1.oauth2-client-secret.metadata[0].name
|
||||
value = kubernetes_secret_v1.oauth2_client_secret.metadata[0].name
|
||||
}
|
||||
output "secret_client_id_key" {
|
||||
value = "client-id"
|
||||
|
||||
Reference in New Issue
Block a user