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:
|
||||||
![Graph Example](/images/graph-example.png)
|
![Graph Example](/graph-example.png)
|
||||||
|
|
||||||
|
|
|
@ -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">
|
||||||
![Terraform Module Graph](images/docs/module_graph.png)
|
![Terraform Module Graph](docs/module_graph.png)
|
||||||
</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">
|
||||||
![Terraform Expanded Module Graph](images/docs/module_graph_expand.png)
|
![Terraform Expanded Module Graph](docs/module_graph_expand.png)
|
||||||
</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