infrastructure-as-code

Installation
SKILL.md

Infrastructure as Code (IaC)

Automate infrastructure provisioning and management using declarative configuration with Terraform, enabling version-controlled, repeatable, and scalable infrastructure deployment.

Level 1: Quick Reference

Core Workflow

# Initialize Terraform
terraform init

# Preview changes
terraform plan -out=tfplan

# Apply changes
terraform apply tfplan
Installs
2
GitHub Stars
18
First Seen
Aug 25, 2026
infrastructure-as-code — williamzujkowski/standards