Terraform - From Zero to Certified Professional
2025 HashiCorp Certified: Terraform Associate and much more

Terraform - From Zero to Certified Professional free download
2025 HashiCorp Certified: Terraform Associate and much more
Welcome to Course: Terraform - From Zero to Certified Professional
Course covering all features of Terraform required to pass HashiCorp Certified Terraform Associate Exam certification exam.
Course is fully bases on building Infrastructure on AWS - Amazon Web Services, but
I have one lesson to show how to work with GCP - Google Cloud Platform and provision VM and simple Web Server.
We also will use AI to write code and find and fix issues in my code.
Course Lessons:
Welcome and Intro
What is Terraform and Why you need it
Installation on Windows
Installation on Linux
Installation on Mac
Upgrade Terraform Version
Installation of Visual Studio Code and Terraform Plugin
AWS Credentials Setup for Terraform
Create Resources on AWS
Update Resources on AWS
Destroy Resources on AWS
Installation and use of Cursor AI Code Editor and Terraform Plugin
Fixing Error for EC2-Classic no new Security Groups can be created without referencing a VPC
Bootstrap simple WebServer
Bootstrap simple WebServer with External Static file
Bootstrap simple WebServer with External Template file
Example Working with Google Cloud Platform, create simple VM and WebServer
Dynamic Blocks
Almost Zero downtime WebServer with Lifecycle and Elastic IP
Manage dependency - depends_on
Show execution results - outputs
Generate, Store, Retrieve Secrets - SSM Parameter Store
Generate, Store, Retrieve Secrets - AWS Secrets Manager
Use Data Sources to fetch information
Use Data Sources to fetch latest AMI id
Deploy Highly Available Web Site with Zero Downtime and Green/Blue Deployment
Variables
Variables with Auto Filling
Local Variables
Execute Local Commands - local-exec
Execute Remote Commands - remote-exec
Lookup and Conditions
Terraform Loops - count
Terraform Loops - for_each
Terraform Loops - for in
Create Resources in Multiply AWS Regions
Create Resources in Multiply AWS Accounts and Regions
Terraform Remote State
Terraform Modules Part-1 - Convert your code into Module
Terraform Modules Part-2 - Use Modules
Terraform Modules Part-3 - Use Modules in loops, store and use Modules in GitHub
Terraform Module for Multiply AWS Accounts and Regions
Best way to recreate resource - terraform taint up to v0.15.1
Best way to recreate resource - terraform apply -replace since v0.15.2
How to manage existing resources - terraform import
How to Import existing resources semi-automatically with v1.5+
Terraform Workspaces and when to use them - terraform workspace
Refactoring Terraform code, manipulation with State - terraform state - Part-1
Refactoring Terraform code, manipulation with State - terraform state - Part-2
Terraform validate, Terraform show, Terraform output, Terraform console, Terraform apply -target
Terraform Logs
Terraform Cloud
Terraform Enterprise
Terraform folders Hierarchy for Dev, Staging, Prod environments
How to use Global Variables
Lock file .terraform.lock.hcl
When to use and how works AWS S3 State Lock File
Review of HashiCorp Certified Associate Exam and how to Register
BONUS - Complex problem solution using Loop inside Loop inside Loop inside Loop
BONUS - Alternative AWS Provider - AWSCC
BONUS - How to Switch or Migrate from Terraform to OpenTofu and back