add gateway automatic template and fefan vm
This commit is contained in:
18
modules/apps/fefan/output.tf
Normal file
18
modules/apps/fefan/output.tf
Normal file
@@ -0,0 +1,18 @@
|
||||
output "traefik_service" {
|
||||
value = [
|
||||
{
|
||||
domain = "fefan.fr"
|
||||
name = "fefan"
|
||||
host = ""
|
||||
ip = var.vm_ip_address
|
||||
port = 3000
|
||||
},
|
||||
{
|
||||
domain = "fefan.fr"
|
||||
name = "content-fefan"
|
||||
host = "content"
|
||||
ip = var.vm_ip_address
|
||||
port = 1337
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user