terraform-module
Inspect Terraform module specs from cache when seeing module sources.
$ 설치
git clone https://github.com/n4vysh/dotfiles /tmp/dotfiles && cp -r /tmp/dotfiles/home/dot_config/opencode/skill/terraform-module ~/.claude/skills/dotfiles// tip: Run this command in your terminal to install the skill
SKILL.md
name: terraform-module description: Inspect Terraform module specs from cache when seeing module sources. license: UNLICENSE compatibility: opencode
Terraform module
Workflow
- Check if
.terraform/modules/exists:find . -type d -name ".terraform" - Initialize if needed:
terraform init -backend=false - Find module:
find .terraform/modules -type d -name "*<module-name>*" - Read key files:
README.md,variables.tf,versions.tf,outputs.tf - Fallback: Clone to
/tmpif local inspection fails
Note: Support both hyphen and underscore conventions (aws-s3, aws_s3).
Prefer cached modules over cloning. Requires Terraform, Git, and credentials.
Output
- Variable definitions (types, descriptions, defaults)
- Required Terraform/provider versions
- Module outputs and descriptions
- Documentation and usage examples
- Source and version information
Repository

n4vysh
Author
n4vysh/dotfiles/home/dot_config/opencode/skill/terraform-module
5
Stars
0
Forks
Updated2d ago
Added6d ago