Wednesday, February 7, 2018

Terraform and iTerm2 FTW

1) install imgcat from iTerm2 page
2) brew install graphviz

Now, when you're working on a complex set of Terraform dependencies, you can display them directly in your terminal!

terraform graph | dot -Tpng | imgcat




(Code from the excellent book Terraform: Up and Running by Yevgeniy Brikman.)

No comments:

Post a Comment