infrastructure-as-code
Installation
SKILL.md
Infrastructure as Code
Acknowledgement: Shared by Peter Bamuhigire, techguypeter.com, +256 784 464178.
Use When
- Provisioning or changing cloud infrastructure with Terraform or Ansible — modules, remote state, workspaces, AWS patterns, idempotent Ansible roles, GitOps with ArgoCD/Flux, drift detection, Vault secret injection.
- The task needs reusable judgment, domain constraints, or a proven workflow rather than ad hoc advice.
Do Not Use When
- Vault PKI, dynamic secrets, or rotation depth is needed — load
cicd-devsecops. - The work is CI/CD pipeline construction around IaC — load
cicd-pipelinesorcicd-pipeline-design. - The work is Kubernetes object authoring (Deployments, Services, Helm charts) — load
kubernetes-platform.