A Terraform provider for Dokploy
Plugin-framework provider covering projects, environments, applications, Compose stacks, managed databases, domains, mounts, ports, redirects, basic auth, registries, SSH keys, certificates and backup destinations, over Dokploy's tRPC-over-REST API. The shim package exposes the provider to other Go modules, which is how pulumi-dokploy bridges it.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
id: negative-trigger-001
|
||||
name: Negative Trigger 1
|
||||
description: Auto-generated negative-trigger task.
|
||||
tags:
|
||||
- negative-trigger
|
||||
inputs:
|
||||
prompt: "Tell me a short joke about coffee."
|
||||
expected:
|
||||
should_trigger: false
|
||||
graders:
|
||||
- type: text
|
||||
name: omits-skill-keywords
|
||||
config:
|
||||
not_contains:
|
||||
- "policy"
|
||||
- "terraform"
|
||||
|
||||
Reference in New Issue
Block a user