Tag: iac
Browse 6 practical software engineering resources tagged with "iac". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving iac. Each resource is written for engineers who ship real systems, with copy-paste examples and practical trade-offs.
Infrastructure as Code
Infrastructure as Code lets you provision and manage infrastructure through code. It enables version control, review, testing, and reproducibility.
The resources below cover Terraform, Pulumi, Ansible, CloudFormation, and Azure Bicep. Each guide shows how to automate infrastructure safely and consistently.
Every resource includes clear explanations, copy-paste code, and practical warnings. Use them to make informed decisions, avoid production pitfalls, and speed up your delivery. If you are just getting started, read the beginner-friendly articles first; if you are experienced, jump straight to the advanced patterns and architecture guides. New resources are added regularly, so bookmark this page and check back for the latest patterns.
a Custom Terraform Provider with Python and
Extend Terraform with a custom provider using Python and the terraform-plugin-framework to manage...
Terraform Module Versioning Policy
Policy for versioning and publishing Terraform modules: semantic versioning rules, breaking change...
Terraform State Management Policy
A policy for managing Terraform state files: backend configuration, locking, isolation, access...
Complete Guide to Terraform Modules
Build reusable Terraform modules with proper structure, inputs, outputs, and versioning. Covers...
Complete Guide to Terraform in Production
Manage infrastructure as code with Terraform in production. Covers modules, state management,...
Terraform Best Practices: Modules, State, and Workspaces
A practical guide to Terraform best practices: module design, remote state management, workspaces,...