mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix image links
This commit is contained in:
parent
2d117326ed
commit
70a7d14e19
@ -37,5 +37,5 @@ Alternatively, the web-based [GraphViz Workspace](http://graphviz-dev.appspot.co
|
|||||||
can be used to quickly render DOT file inputs as well.
|
can be used to quickly render DOT file inputs as well.
|
||||||
|
|
||||||
Here is an example graph output:
|
Here is an example graph output:
|
||||||

|

|
||||||
|
|
||||||
|
@ -92,13 +92,13 @@ For example, with a configuration similar to what we've built above, here
|
|||||||
is what the graph output looks like by default:
|
is what the graph output looks like by default:
|
||||||
|
|
||||||
<div class="center">
|
<div class="center">
|
||||||

|

|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
But if we set `-module-depth=-1`, the graph will look like this:
|
But if we set `-module-depth=-1`, the graph will look like this:
|
||||||
|
|
||||||
<div class="center">
|
<div class="center">
|
||||||

|

|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
Other commands work similarly with modules. Note that the `-module-depth`
|
Other commands work similarly with modules. Note that the `-module-depth`
|
||||||
|
Loading…
Reference in New Issue
Block a user