Learn about Terraform in a visual format to understand it better.
1. What is Terraform? What is Infrastructure as a Code? Why do we need Terraform or any other IAAC Tool?
2. How to choose the Right Infrastructure as a Code? What are the Best practices of any Infrastructure as a Code Tool?
3. How does Terraform Actually Work? Terraform Working? What is Terraform state? What is Terraform State File?
4. What are the best practices of Terraform you must have to follow?
5. How to Install VS Code? Why VS Code is best while using Terraform? What are Terraform Extensions? How to install Terraform extension on VS Code?
6. How to Install Terraform? Learn the correct way of installing Terraform. What to do when we got the error: "terraform" is not recognized as an internal or external command, operable program, or batch file.
7. What are Terraform Providers? What are they used for?
8. How to securely pass credentials of AWS, Google Cloud, Azure, and Kubernetes in Terraform?
9. How to provision AWS EC2 Instance using Terraform provider? How to use the "terraform apply" command? How to use the "terraform destroy" command?