- 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]
main.tf
- call modules, locals, and data sources to create all resourcesvariables.tf
- contains declarations of variables used inmain.tf
outputs.tf
- contains outputs from the resources created inmain.tf
versions.tf
- contains version requirements for Terraform and providers
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.