terraform-ops
- Repo stars 0
- Author repo skills-registry
Terraform Ops
Manage Terraform infrastructure-as-code. Supports init, plan, apply, destroy, state operations, resource imports, workspace management, validation, formatting, and output viewing.
Usage
python3 terraform_ops.py <command> [args...]
Commands
| Command | Description |
|---|---|
init |
Initialize Terraform working directory |
plan |
Create an execution plan |
apply |
Apply changes |
destroy |
Destroy managed infrastructure |
state |
Inspect and manage state |
import |
Import existing resources |
workspace |
Manage workspaces |
validate |
Validate configuration |
fmt |
Format HCL files |
output |
Show output values |
Configuration
Pass --dir=<path> to target a specific Terraform directory, or defaults to current working directory.
<!-- tomevault:4.0:skill_md:2026-05-22 -->Source: Danielhogben/hermes-skills — distributed by TomeVault.
- Fluxly category
- DevOps
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @tomevault-io · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Shell exec
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Usage
Command · Description init · Initialize Terraform working directory plan · Create an execution plan
Pass --dir=<path> to target a specific Terraform directory, or defaults to current working directory. Source: Danielhogben/hermes-skills — distributed by TomeVault. <!-- tomevault:4.0:skillmd:2026-05-22 -->
# Terraform Ops
Manage Terraform infrastructure-as-code. Supports init, plan, apply, destroy, state operations, resource imports, workspace management, validation, formatting, and output viewing.
## Usage
```bash
python3 terraform_ops.py <command> [args...]
```
## Commands
| Command | Description |
|---------|-------------|
| `init` | Initialize Terraform working directory |
| `plan` | Create an execution plan |
| `apply` | Apply changes |
| `destroy` | Destroy managed infrastructure |
| `state` | Inspect and manage state |
| `import` | Import existing resources |
| `workspace` | Manage workspaces |
| `validate` | Validate configuration |
| `fmt` | Format HCL files |
| `output` | Show output values |
## Configuration
Pass `--dir=<path>` to target a specific Terraform directory, or defaults to current working directory.
---
> Source: [Danielhogben/hermes-skills](https://github.com/Danielhogben/hermes-skills) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-22 --> Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Usage → Commands → Configuration
terms -> Manage Terraform infrastructure-as-code. · Pass --dir=<path> to target a specific Terraform directory, or defaults to current working directory. · --- > Source: [Danielhogben/hermes-skills](https://github.com/Danielhogben/hermes-skills) — distributed by [TomeVault](https://tomevault.io).
files/cmd -> init · plan · apply · destroy · state · import · workspace · validate
body sha256 -> eb86687dae7e
Decide Fit First
Design Intent
How To Use It
Boundaries And Review