Practical IaC guides starting with Terraform. Learn how to provision, manage, and scale
infrastructure declaratively — from your first terraform init to production-grade pipelines.
What Infrastructure as Code means, why Terraform exists, and the core concepts: providers, resources, state, and the plan/apply workflow.
How providers work, the provider registry, version constraints, authentication patterns for AWS/GCP/Azure, and using provider aliases for multi-region setups.
How Terraform tracks infrastructure in its state file, why remote backends matter, state locking, sensitive values in state, and essential state CLI commands.
Parameterize configurations with input variables, expose results with outputs, and compute reusable values with locals. Includes types, validation, and .tfvars files.
Package configurations into reusable modules, use the Terraform Registry, manage module versions, and compose complex infrastructure from focused building blocks.
Master init, plan, apply, and destroy — the four commands that drive every Terraform operation. Includes fmt, validate, reading plan output, and the CI/CD pipeline pattern.
Store state remotely for team collaboration. Configure S3, GCS, and HCP Terraform backends, enable state locking, use partial config, and migrate state safely.
Manage multiple environments from one configuration using Terraform workspaces. Learn workspace commands, per-environment variable files, and when to use separate configs instead.
Bring resources created outside Terraform under its management without destroying them. Covers terraform import, import blocks, config generation, and the moved block.
Detect when real infrastructure diverges from your Terraform config. Learn refresh-only plans, automated scheduled detection, remediation strategies, and how to prevent drift at the source.
Guides coming soon — subscribe below to get notified.
Pulumi, OpenTofu, Ansible & more — coming soon.