Merge pull request #3461 from juliandunn/remove-graphviz-workspace
GraphViz Workspace appears to be dead, so remove it from the docs.
This commit is contained in:
commit
11a14260db
|
@ -46,9 +46,6 @@ by GraphViz:
|
||||||
$ terraform graph | dot -Tpng > graph.png
|
$ terraform graph | dot -Tpng > graph.png
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, the web-based [GraphViz Workspace](http://graphviz-dev.appspot.com)
|
|
||||||
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](graph-example.png)
|
![Graph Example](graph-example.png)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue