Fix endpoint output
This commit is contained in:
parent
b253b61a20
commit
42de2138f2
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ output "network" {
|
|||
value = module.network
|
||||
}
|
||||
output "endpoint" {
|
||||
value = module.service.endpoint
|
||||
value = "http://${module.service.name}"
|
||||
}
|
Loading…
Reference in a new issue