learn-terraform

Course outlines for learning terraform.

View the Project on GitHub robertdebock/learn-terraform

Possible tests for Terraform Modules

  1. Does terraform validate work?
  2. Does terraform init work?
  3. Can you lint Terraform code?
  4. Has the format changed after running terraform fmt?
  5. Make a dependency graph.
  6. plan the integration.