Terraform Logo

Terraform: Infrastructure as Code

Discover how I used Terraform to define and provision infrastructure with code.

πŸ‘¨πŸ»β€πŸŽ“What I’ve Learned in Terraform

Terraform Intro Icon
Terraform Basics

Understood Infrastructure as Code (IaC) and how Terraform helps provision and manage infrastructure declaratively using HCL.

Providers Icon
Providers & Resources

Learned how providers (like AWS) work and how to define resources like instances and networks using Terraform configuration files.

Commands Icon
Key Commands

Practiced commands like init, plan, apply, and destroy to manage infrastructure lifecycle efficiently.

State Icon
State Management

Understood how Terraform tracks real infrastructure using state files, and learned how to manage, lock, and secure state properly.

πŸ“ My Handwritten Notes

Here are my personal notes on Terraform. I use them to quickly revise commands and concepts.

πŸ“– View TERRAFORM Notes Flipbook

If you'd like a PDF version, feel free to contact me via the Contact section.

πŸš€ Projects with TERRAFORM

CI/CD Demo Project

A live project showing Terraform used in CI/CD pipeline.

View Terraform Project
Version Control Portfolio

This very website is version controlled using Terraform!

Website Repo
← Back to Home