add listmonk app

This commit is contained in:
2026-02-06 18:36:15 +01:00
parent 3d6793a843
commit 905cc8b43d
12 changed files with 351 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
output "traefik_service" {
value = [{
domain = var.domain
name = var.name
host = "${var.hostname}"
ip = var.vm_ip_address
port = 9000
}]
}