# Neuzhou Repo2skill Terraform

> terraform

- Skill: `tomevault-io/neuzhou-repo2skill-terraform` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/neuzhou-repo2skill-terraform`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/neuzhou-repo2skill-terraform/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/neuzhou-repo2skill-terraform

---


# terraform

- 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)

## 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

```bash
make
make install
```

## CLI Commands

- `terraform`

## 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](https://github.com/NeuZhou/repo2skill)

---
> Source: [NeuZhou/repo2skill](https://github.com/NeuZhou/repo2skill) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-16 -->

