First Move (11~18) - Code, Learn, Build
🧭 Career CompassDashboardProgress
Loading...
First Move (11~18) - Code, Learn, Build

Structured, level-based technology learning paths from foundational exploration to industry mastery.

Learning Domains

  • Python Programming (Active)
  • Computer Science Core
  • Web Development
  • AI & Machine Learning

Platform Architecture

  • Level-Based Progression
  • Decoupled Content Schema
  • Modular Code Execution Engine
  • Curated Official Resources

© 2026 First Move (11~18) • CODE • LEARN • BUILD. Built with Next.js App Router.

Readability & Accessibility First

← Cloud Computing & DevOps Engineering|Level 3: Infrastructure as Code (Terraform) & Observability

5. Infrastructure as Code (IaC) with HashiCorp Terraform

Lesson 5 of 6
Saved Locally (Guest)
Progress
0%

Infrastructure as Code (IaC) with HashiCorp Terraform

Write Terraform HCL files (main.tf, variables.tf), manage state files (.tfstate), and execute plan/apply resource provisioning cycles.

Terraform State & Execution Lifecycle

### Terraform Core Commands 1. `terraform init`: Initializes provider plugins (AWS, Azure, GCP). 2. `terraform plan`: Generates execution plan previewing infrastructure additions/modifications. 3. `terraform apply`: Provisions resources and updates remote state file (`terraform.tfstate`).
💻 Ready to test your knowledge with code?
Solve the hands-on coding exercise in the interactive code editor.