Define tools and workflows directly in Terraform configuration
kubiya_inline_source
resource allows you to define tools and workflows directly in your Terraform configuration. This is ideal for custom tools, quick prototypes, and workflows that don’t require a separate Git repository. For Git-based sources, use the kubiya_source
resource instead.
Mixed Tools and Workflows
Security Scanning Tools
Database Management Tools
type
: “tool”, “command”, or “agent”config
: Configuration specific to the executor typeTool Execution Issues
Workflow Step Problems
JSON Encoding Issues