@terrantula/sdk
v0.16.0
Published
TypeScript SDK for Terrantula — the multi-tenant entity-graph control plane that herds Terraform/OpenTofu cattle.
Maintainers
Readme
@terrantula/sdk
TypeScript SDK for Terrantula — the multi-tenant entity-graph control plane that herds Terraform/OpenTofu cattle.
import { createTerrantulaClient } from '@terrantula/sdk'
const client = createTerrantulaClient({
baseUrl: 'https://api.your-terrantula-host.dev',
token: process.env.TERRANTULA_TOKEN!,
})
const entities = await client.entities.list({ projectId: 'my-project' })Local mode
For embedded use against the SQLite local backend:
import { createLocalClient } from '@terrantula/sdk/local'License
Apache 2.0 — see LICENSE.
