network should return the network, yo
This commit is contained in:
parent
67d22d805d
commit
4927ecba4a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
output "network" {
|
output "network" {
|
||||||
value = docker_network.instance.id
|
value = docker_network.instance
|
||||||
}
|
}
|
||||||
output "name" {
|
output "name" {
|
||||||
value = docker_network.instance.name
|
value = docker_network.instance.name
|
||||||
|
|
Loading…
Reference in a new issue