Skip to main content
intermediate
Infrastructure as Code

Terraform Basics

Learn Infrastructure as Code fundamentals with Terraform.

16 cards
20 min
1 / 16
0% Known
0
? 0
Card 1 of 16
Workflow
Swipe left/right to navigate cards
Question

What are the main Terraform workflow steps?

Tap to reveal
Answer

Write → Init → Plan → Apply → Destroy. Write configuration, initialize providers, preview changes, apply infrastructure, and optionally destroy resources.

workflow
basics