Fix endpoint output

This commit is contained in:
Greyscale 2025-01-16 12:32:47 +01:00
parent b253b61a20
commit 42de2138f2
Signed by: grey
GPG key ID: DDB392AE64B32D89

View file

@ -5,5 +5,5 @@ output "network" {
value = module.network
}
output "endpoint" {
value = module.service.endpoint
value = "http://${module.service.name}"
}