add listmonk app
This commit is contained in:
9
modules/apps/listmonk/output.tf
Normal file
9
modules/apps/listmonk/output.tf
Normal 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
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user