There is like,a gap between dev3 and DPx. Or maybe its a variation where gap is between web3 and PPx. Anyway I believe its a bug. I know the nwdiag is an [Amazing and totally not bugged out diagramm code] yet still I want to at least know how to workaround with this.
So, that is code:
@startuml
nwdiag {
group YProd{
web1
web2
}
group YDev{
dev1
dev2
}
group YUat{
uat1
uat2
}
network Public {
color = "red"
Q
Q -- web1
web1 -- web2
web2 -- web3
vd
vd -- dev1
dev1 -- dev2
dev2 -- dev3
vu
vu -- uat1
uat1 -- uat2
uat2 -- uat3
vg1
vg1 -- git1
vg2
vg2 -- git2
}
network Private {
color = "palegreen"
width = full
web3 -- PPx
uat3
dev3 -- DPx
DPx -- Ddb
PPx -- Pdb
git1
git2
}
}
@enduml