Skip to main content

9 docs tagged with "intermediate"

View all tags

Bash Scripting

Write reliable bash scripts for automation, deployment, and system administration, from variables to functions to error handling.

Module 10, Workspaces

Use Terraform workspaces to manage multiple environments (dev, staging, production) from a single configuration.

Module 5, State

The most important concept in Terraform, understand what state is, why it matters, and how to manage it safely.

Module 6, Terraform Workflow

Master the complete Terraform workflow, init, plan, apply, destroy, fmt, validate, and how to use it in CI/CD pipelines.

Module 7, Data Sources

Use data sources to read existing infrastructure without managing it, AMIs, VPCs, account IDs, IAM policies, and more.

Module 8, Modules

Build reusable infrastructure with Terraform modules, create, call, and consume module outputs. Use public registry modules.

Module 9, Remote State and Teams

Configure remote state with S3 + DynamoDB locking for team workflows. Understand state sharing, locking, and the bootstrap pattern.