network should return the network, yo

This commit is contained in:
Greyscale 2024-12-22 07:43:31 +01:00
parent 67d22d805d
commit 4927ecba4a
Signed by: grey
GPG key ID: DDB392AE64B32D89

View file

@ -1,5 +1,5 @@
output "network" {
value = docker_network.instance.id
value = docker_network.instance
}
output "name" {
value = docker_network.instance.name