Terraform 离线可视化


如果 Terraform 项目比较复杂,那么可以利用 tfviz 这个工具,可视化 Terraform 项目,tfviz 项目地址:https://github.com/steeve85/tfviz (opens new window)

安装

GO111MODULE=on go get -u github.com/steeve85/tfviz
1

到 Terraform 项目目录下使用

tfviz -input ./ -output tfimg.png
1