File contents terraform
When to Use
Run terraform commands
Make HTTP requests
When NOT to Use
GUI or web-based workflows where CLI is not available
Projects using Python or JavaScript (different ecosystem)
Quick Start
Install
make
make install
CLI Commands
Docker
Base image: docker.mirror.hashicorp.services/golang:alpine
Entrypoint: ["terraform"]
Project Info
Language: C, Go
Tests: Yes
Key dependencies: github.com/Netflix/go-expect, github.com/ProtonMail/go-crypto, github.com/agext/levenshtein, github.com/apparentlymart/go-cidr, github.com/apparentlymart/go-shquot, github.com/apparentlymart/go-userdirs, github.com/apparentlymart/go-versions, github.com/armon/circbuf
File Structure
├── docs/
│ ├── debugging-configs/
│ ├── images/
│ ├── plugin-protocol/
│ ├── architecture.md
│ ├── debugging.md
│ ├── dependency-upgrades.md
│ ├── destroying.md
│ ├── planning-behaviors.md
│ ├── README.md
│ ├── resource-instance-change-lifecycle.md
│ └── unicode.md
├── internal/
│ ├── actions/
│ ├── addrs/
│ ├── backend/
│ ├── builtin/
│ ├── checks/
│ ├── cloud/
│ ├── cloudplugin/
Generated by repo2skill
Source: NeuZhou/repo2skill — distributed by TomeVault .
1 --- 2 name: neuzhou-repo2skill-terraform 3 description: terraform 4 --- 5 6 # terraform 7 8 - Website: https://developer.hashicorp.com/terraform - Forums: [HashiCorp Discuss](https://discuss.hashicorp.com/c/terraform-core) - Documentation: [https://developer.hashicorp.com/terraform/docs](https://developer.hashicorp.com/terraform/docs) - Tutorials: [HashiCorp's Learn Platform](https://developer.hashicorp.com/terraform/tutorials) - Certification Exam: [HashiCorp Certified: Terraform Associate](https://www.hashicorp.com/certification/#hashicorp-certified-terraform-associate) 9 10 ## When to Use 11 12 - Run `terraform` commands 13 - Make HTTP requests 14 15 ## When NOT to Use 16 17 - GUI or web-based workflows where CLI is not available 18 - Projects using Python or JavaScript (different ecosystem) 19 20 ## Quick Start 21 22 ### Install 23 24 ```bash 25 make 26 make install 27 ``` 28 29 ## CLI Commands 30 31 - `terraform` 32 33 ## Docker 34 35 - **Base image:** `docker.mirror.hashicorp.services/golang:alpine` 36 - **Entrypoint:** `["terraform"]` 37 38 ## Project Info 39 40 - **Language:** C, Go 41 - **Tests:** Yes 42 - **Key dependencies:** github.com/Netflix/go-expect, github.com/ProtonMail/go-crypto, github.com/agext/levenshtein, github.com/apparentlymart/go-cidr, github.com/apparentlymart/go-shquot, github.com/apparentlymart/go-userdirs, github.com/apparentlymart/go-versions, github.com/armon/circbuf 43 44 ## File Structure 45 46 ``` 47 ├── docs/ 48 │ ├── debugging-configs/ 49 │ ├── images/ 50 │ ├── plugin-protocol/ 51 │ ├── architecture.md 52 │ ├── debugging.md 53 │ ├── dependency-upgrades.md 54 │ ├── destroying.md 55 │ ├── planning-behaviors.md 56 │ ├── README.md 57 │ ├── resource-instance-change-lifecycle.md 58 │ └── unicode.md 59 ├── internal/ 60 │ ├── actions/ 61 │ ├── addrs/ 62 │ ├── backend/ 63 │ ├── builtin/ 64 │ ├── checks/ 65 │ ├── cloud/ 66 │ ├── cloudplugin/ 67 ``` 68 69 > Generated by [repo2skill](https://github.com/NeuZhou/repo2skill) 70 71 --- 72 > Source: [NeuZhou/repo2skill](https://github.com/NeuZhou/repo2skill) — distributed by [TomeVault](https://tomevault.io). 73 <!-- tomevault:4.0:skill_md:2026-06-16 -->
tomevault-io/skills-registry/tree/main/neuzhou--repo2skill--terraform commit 9031ef50bf
Frequently asked questions How do I install the Neuzhou Repo2skill Terraform skill? Run npx skillmds@latest add tomevault-io/neuzhou-repo2skill-terraform in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Neuzhou Repo2skill Terraform skill do? terraform It is listed under DevOps & Infra on SkillMD.
Is Neuzhou Repo2skill Terraform safe to use? This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Neuzhou Repo2skill Terraform? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Neuzhou Repo2skill Terraform free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Neuzhou Repo2skill Terraform? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.