
Quick Intro of instructor
Get to know why terraform and advantage
Collect code snippets, exercise problems, and solutions in the course repository for the Terraform course. Fill out the repository with all details by the end of the course.
Get terraform installed
Terrafrom providers over view
What is provider and how to add them in the terraform file
Learn how to pass credentials to providers like AWS, GCP, or Kubernetes using provider authentication configurations, environment variables, or files, avoiding hard-coded secrets.
Hello World : To apply changes
Learn to use additional options in Terraform commands, concatenate local values with prefixes or suffixes, ensure unique resource names, and run targeted apply or destroy with auto-approve.
Learn how Terraform's resource lifecycle controls create, destroy, and replacement behavior. Use lifecycle blocks like create_before_destroy and prevent_destroy to safely rename resources and retain or replace them as needed.
Learn to use import block in terraform
Learn how Terraform state locking works with an S3 backend, using DynamoDB for a lock table to prevent concurrent changes, and how to manage, initialize, and release locks.
Discover built-in Terraform functions across numeric, string, and list categories, including upper and lower transforms. Test them in the Terraform console for real-world naming and data handling.
Explore Terraform variables using the variable block, define descriptions, types, and defaults, and reference them as var.name in code, comparing with locals and understanding dynamic input during plan.
Override values of variable
Use a conditional statement in Terraform to create dynamic bucket names and counts based on environment variables. The ternary style chooses values for prod and non prod.
Master terraform validate to catch syntax errors before init, plan, or apply, and use terraform format with --recursive to format code across nested folders for better linting.
Learn to debug Terraform code by setting TF_LOG to trace, debug, or error, export logs with TF_LOG_PATH, and diagnose plan outputs and expired credentials.
This course provides a comprehensive introduction to Terraform, an infrastructure as code software tool which is widely used in industry. You will learn how to define and provision infrastructure using a high-level configuration language. The course covers key concepts such as providers, resources, modules, and state management. You will start with the basics of Terraform, understanding its core principles and how it integrates with various providers like AWS , GCP , Cloudflare and more
As you progress, you will delve into more advanced topics such as managing dependencies, using Terraform modules to create reusable infrastructure components, and implementing best practices for writing and organizing Terraform code. The course also includes hands-on labs and real-world scenarios to help you gain practical experience.
By the end of the course, you will be able to manage infrastructure efficiently and effectively using Terraform. You will have the skills to write clear and maintainable Terraform configurations, troubleshoot common issues, and collaborate with team members on infrastructure projects. Whether you are a beginner looking to get started with infrastructure as code or an experienced professional seeking to enhance your skills, this course will provide you with the knowledge and tools you need to succeed in managing modern cloud infrastructure.