From 12f8c90a5109fda6867a7a3aaa87f6a6969acb84 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 8 Mar 2018 19:22:21 -0500 Subject: [PATCH] website: Recommend SVG instead of PNG for graph output --- website/docs/commands/graph.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/commands/graph.html.markdown b/website/docs/commands/graph.html.markdown index ce7d3928f7..b7d677c7bc 100644 --- a/website/docs/commands/graph.html.markdown +++ b/website/docs/commands/graph.html.markdown @@ -47,7 +47,7 @@ easily be converted to an image by making use of `dot` provided by GraphViz: ```shell -$ terraform graph | dot -Tpng > graph.png +$ terraform graph | dot -Tsvg > graph.svg ``` Here is an example graph output: