Tag: infrastructure-as-code
Browse 5 practical software engineering resources tagged with "infrastructure-as-code". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving infrastructure-as-code. 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 manage infrastructure through versioned, tested, and reusable code. It brings software engineering practices to operations.
The resources below cover Terraform, CloudFormation, Pulumi, Ansible, and GitOps. Each guide helps you provision, update, and destroy infrastructure reliably.
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.
Ansible Playbook for Server Configuration
How to write and run Ansible playbooks for provisioning, configuring, and managing servers with...
a Custom Terraform Provider with Python and
Extend Terraform with a custom provider using Python and the terraform-plugin-framework to manage...
Infrastructure as Code Review Template
A template for reviewing Terraform and CloudFormation infrastructure code.
Complete Guide to Terraform Modules
Build reusable Terraform modules with proper structure, inputs, outputs, and versioning. Covers...
Terraform Best Practices: Modules, State, and Workspaces
A practical guide to Terraform best practices: module design, remote state management, workspaces,...