8" :class="scrolled && 'is-scrolled'">
NOA
Labs
Tutorials
Courses
Skill Forge
Explore
Labs
Hands-on live sessions
Mentors
Meet the senior engineers
Projects
Real portfolio-ready builds
Talent Directory
Public student profiles
Mock Interview
Practice with real feedback
ATS Resume Checker
Free instant resume scoring
Search docs
Ctrl K
Login
Join Free
Artificial Intelligence
LangChain
LLMs
Machine Learning
Prompt Engineering
RAG (Retrieval-Augmented Generation)
AJAX
GraphQL
Apache Kafka
Microservices
Node.js
RabbitMQ
REST API
WebSockets
Algorithms
Data Structures
Angular
Bootstrap
CSS
HTML
jQuery
Next.js
Nuxt.js
React
Svelte
Tailwind CSS
Vue.js
ASP.NET Core
Django
.NET
Entity Framework Core
FastAPI
Flask
Gin
gRPC
Hibernate
Laravel
NestJS
Spring
Spring Boot
Spring Cloud
Spring Data JPA
Spring MVC
Spring Security
AWS
Azure
CI/CD
Docker
Git
Kubernetes
Linux
Nginx
Terraform
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
Ruby
Rust
Swift
TypeScript
Database Design
MongoDB
MySQL
Oracle Database
PostgreSQL
Redis
SQL
System Design
↑↓ navigate
↵ open
esc close
Tutorials
/
Terraform
Terraform menu
Terraform Tutorial
Infrastructure as code — declaratively provisioning cloud resources.
Start the Terraform tutorial →
What you'll learn
1. Terraform Introduction
The problem Infrastructure as Code solves, installing Terraform, and terraform init.
2. Providers, Resources & State
A complete provider and resource example, terraform plan/apply/destroy, and why the state file matters.
3. Variables, Modules & Workspaces
Parameterizing configuration with variables and outputs, building a reusable module, and managing environments with workspaces.
4. Remote State & Backends In Depth
A full S3 + DynamoDB backend, bootstrapping the backend itself, state locking conflicts, terraform state subcommands, and cross-stack outputs.
5. Terraform Modules In Depth
A complete reusable module with variable validation, locals, and outputs, plus versioning modules via Git refs and registry constraints.
6. Multi-Environment Strategies
Workspaces vs separate state files vs separate directories for managing staging, production, and beyond.
7. Testing & CI for Terraform
terraform fmt/validate/plan in CI, tflint and Checkov, and Terraform’s built-in test framework.
8. Terraform Interview Questions
Common Terraform interview questions on state, plan vs apply, modules, and remote backends.