Skip to content

Instantly share code, notes, and snippets.

@allen-munsch
Created September 5, 2018 21:29
Show Gist options
  • Save allen-munsch/035de4dd92be92f6ec05dde947d807b8 to your computer and use it in GitHub Desktop.
Save allen-munsch/035de4dd92be92f6ec05dde947d807b8 to your computer and use it in GitHub Desktop.
open display terraform graph in chrome
terraform graph | dot -Tsvg > graph.svg && /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome graph.svg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment