/PBL-project-17

Manage networks in the Cloud as Code with Terraform. Learn advanced Terraform syntax to create parametrized configuration files with dynamic values assignment and conditions. Practice in creation of various AWS resources like EC2, S3, ALB and many other via Terraform configuration files.

Primary LanguageHCL

install graphviz

sudo apt install graphviz

use the command below to generate dependency graph

  • terraform graph -type=plan | dot -Tpng > graph.png
  • terraform graph | dot -Tpng > graph.png

Read More abot terrafrom graph

https://www.terraform.io/docs/cli/commands/graph.html