Added Authentik TF code
All checks were successful
Check with kubeconform / lint (push) Successful in 12s

This commit is contained in:
AB from home.homenet
2025-09-16 15:28:42 +03:00
parent b1183896f9
commit 4ffc42af97
15 changed files with 475 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ output "application_id" {
output "application_uuid" {
description = "UUID of the application"
value = authentik_application.app.id
value = authentik_application.app.uuid
}
output "application_slug" {