feat(ssh_locker): implement ssh locker helper scripts and configuration for Duo API integration

This commit is contained in:
2025-05-22 22:55:27 +02:00
parent f6be1d5dbe
commit 071b4eea9e
13 changed files with 360 additions and 3 deletions
@@ -0,0 +1,7 @@
output "namespace" {
value = kubernetes_namespace.ssh_locker_web.metadata[0].name
}
output "app_name" {
value = "ssh_locker_web"
}