terraform
Installation
SKILL.md
terraform
Patterns for structuring and maintaining Terraform configurations. Core conventions are cloud-agnostic; cloud-specific recipes cover GCP (nv-gcp-template) and AWS.
When to load recipes
| You are working on… | Load recipe |
|---|---|
| Directory structure and module layout | references/recipes/structure.md |
| GCP backend (GCS) and workspace management | references/recipes/gcp-backend-workspaces.md |
| GCP variable and tfvars management | references/recipes/gcp-variables.md |
| AWS backend (S3) and workspace management | references/recipes/aws-backend-workspaces.md |
| AWS variable and provider setup | references/recipes/aws-variables.md |
For mise task wrappers (tf-init, tf-plan, tf-apply, tf-destroy) see the mise skill — recipes terraform-gcp and terraform-aws.