Skip to content

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.

Notifications You must be signed in to change notification settings

dareyio/PBL-project-17

Repository files navigation

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

About

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.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published