Rename quassel outputs
This commit is contained in:
parent
565040d3cd
commit
fa3c0ac16f
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ output "configuration" {
|
|||
}
|
||||
}
|
||||
output "docker_service" {
|
||||
value = module.service
|
||||
value = module.service.docker_service
|
||||
}
|
||||
output "postgres_service" {
|
||||
value = module.postgres
|
||||
value = module.postgres.docker_service
|
||||
}
|
Loading…
Reference in a new issue