hamidgholami / terraform_lab

Terraform Labratory for preparing Terraform Associated Certificate exam.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform Associate Certificate exam preparation

Twitter Follow GitHub Follow Linkedin Badge Terraform

Table of content

  • Terraform exam review chapters.
    • 01 understand infrastructure as code concepts
    • 02 understand terraform purpose
    • 03 understand terraform basics
    • 04 use terraform cli
    • 05 interact with terraform modules
    • 06 navigate terraform workflow
    • 07 implement and maintain state
    • 08 read,generate and modify configuration
    • 09 understand terraform cloud and enterprise capabilities
  • [extra documents]
  • [some hands on scenarios]
  • [practice questions for Terraform exam]

Code Structure best practices

  • main.tf - call modules, locals, and data sources to create all resources
  • variables.tf - contains declarations of variables used in main.tf
  • outputs.tf - contains outputs from the resources created in main.tf
  • versions.tf - contains version requirements for Terraform and providers

TO DO

Preview
  • Create a directory for each chapter of Terraform exam review.
  • In the each directories should be a README.md file which is contained chapter content associated.
  • Each chapter should be have some scenario with aws.
  • This README.md file should use as a table of content.

About

Terraform Labratory for preparing Terraform Associated Certificate exam.

License:MIT License


Languages

Language:HCL 98.2%Language:HTML 1.8%