terraform

Installation
SKILL.md

Terraform

Official docs

Topic URL
Core docs https://developer.hashicorp.com/terraform/docs
Registry https://registry.terraform.io
CLI commands https://developer.hashicorp.com/terraform/cli/commands
State https://developer.hashicorp.com/terraform/language/state

Agent rules

  1. Plan before apply — never suggest apply without plan output reviewed.
  2. State is sacred — do not rename resources or move state without explicit migration steps.
  3. Provider pins — match existing required_providers versions; do not bump major without ask.
  4. Modules — prefer existing module patterns in repo over inventing new abstractions.
  5. Secrets — no credentials in .tf; use env vars, TF_VAR_, or remote secret stores.
Installs
1
GitHub Stars
1
First Seen
Sep 9, 2026
terraform — michael-baylard/agent-harness