Azure / bicep

Bicep is a declarative language for describing and deploying Azure resources
MIT License
3.24k stars 748 forks source link

[Visualizer] create link between original resource and reference resource when using 'existing' key word #2864

Open chull434 opened 3 years ago

chull434 commented 3 years ago

Hi,

New visualizer is really cool, nice work, just one thing I spotted that made my graph then look strange.

Is your feature request related to a problem? Please describe. I create resource reference using existing key word in other module files but the visualizer doesn't show a link back to where the original resource was created

Describe the solution you'd like Would be nice if using the 'existing' key word would show link back to original resource on the visualizer

alex-frankel commented 3 years ago

This will be easier to address once #2245 is done and the resource can be "output" which will let you avoid re-establishing resource references with existing