iiRecord
Agentic AI Atlas · OpenTofu
tool:opentofua5c.ai
II.
Tool JSON

tool:opentofu

Structured · live

OpenTofu json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/tools/opentofu.yamlCluster · domain
Record JSON
{
  "id": "tool:opentofu",
  "_kind": "Tool",
  "_file": "domain/tools/opentofu.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "OpenTofu",
    "homepageUrl": "https://opentofu.org",
    "kind": "iac",
    "description": "Open-source fork of Terraform under the Linux Foundation.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:opentofu",
      "to": "language:hcl",
      "kind": "belongs_to_language",
      "attributes": {}
    },
    {
      "from": "tool:opentofu",
      "to": "skill-area:deployment-automation",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "tool:opentofu",
      "to": "tool:terraform",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "IaC — OpenTofu is an open-source fork of Terraform"
      }
    },
    {
      "from": "tool:opentofu",
      "to": "tool:pulumi",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "IaC tools"
      }
    },
    {
      "from": "tool:opentofu",
      "to": "tool:crossplane",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "IaC — OpenTofu uses HCL files; Crossplane uses Kubernetes CRDs"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "specialization:terraform-iac",
      "to": "tool:opentofu",
      "kind": "uses_tool"
    },
    {
      "from": "tool:pulumi",
      "to": "tool:opentofu",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "IaC tools"
      }
    },
    {
      "from": "tool:terraform",
      "to": "tool:opentofu",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "IaC — OpenTofu is an open-source fork of Terraform"
      }
    },
    {
      "from": "tool:crossplane",
      "to": "tool:opentofu",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "IaC — Crossplane uses Kubernetes CRDs; OpenTofu uses HCL files"
      }
    }
  ]
}