graph_from_terraform
Convert a Terraform plan JSON file into an Architecture Graph v0.4, enabling visual analysis of infrastructure resources and dependencies without manual YAML authoring.
Instructions
Convierte un terraform show -json plan en un Architecture Graph v0.4.
Args:
plan_path: ruta al tfplan JSON (terraform show -json plan.tfplan > plan.json).
account: opcional, cuenta/entorno.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| plan_path | Yes |