en un clic
terraform-oci-free-tier-modules
terraform-oci-free-tier-modules contient 3 skills collectées depuis langburd, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Scaffold a new OCI Terraform module with all required files matching project conventions. Use when the user asks to create, add, or build a new module — even if they don't say "scaffold". Any request to create a new resource type under oci/ should trigger this skill.
Run terraform init + plan on an example directory to validate module changes end-to-end. Use when the user says "run a plan", "test this against an example", "does the plan work", or wants to check that module changes don't break a real deployment scenario.
Run Terraform verification (format, validate, test, docs) before committing or when completing module work. Invoke whenever the user says "check my changes", "verify this", "before I commit", "does this look right", or finishes implementing a module change — even if they don't say "verify".