mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
website: Recommend SVG instead of PNG for graph output
This commit is contained in:
parent
c05a1050fc
commit
12f8c90a51
@ -47,7 +47,7 @@ easily be converted to an image by making use of `dot` provided
|
|||||||
by GraphViz:
|
by GraphViz:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ terraform graph | dot -Tpng > graph.png
|
$ terraform graph | dot -Tsvg > graph.svg
|
||||||
```
|
```
|
||||||
|
|
||||||
Here is an example graph output:
|
Here is an example graph output:
|
||||||
|
Loading…
Reference in New Issue
Block a user