feat(ssh_locker): implement ssh locker helper scripts and configuration for Duo API integration
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
output "namespace" {
|
||||
value = kubernetes_namespace.ssh_locker_web.metadata[0].name
|
||||
}
|
||||
|
||||
output "app_name" {
|
||||
value = "ssh_locker_web"
|
||||
}
|
||||
Reference in New Issue
Block a user