Skip to content

Commit 3027c11

Browse files
committed
adjust definition of Task template
1 parent 509dcce commit 3027c11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/ai-coder/tasks.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ To import the template and begin configuring it, follow the [documentation in th
4343

4444
### Option 2) Create or Duplicate Your Own Template
4545

46-
A template becomes a Task template if it defines a `coder_ai_task` resource and a `coder_parameter` named `"AI Prompt"`. Coder analyzes template files during template version import to determine if these requirements are met. Try adding this terraform block to an existing template where you'll add our Claude Code module. Note: the `coder_ai_task` resource is defined within the [Claude Code Module](https://registry.coder.com/modules/coder/claude-code?tab=readme), so it's not defined within this block.
47-
46+
A template becomes a Task template if it defines a `coder_ai_task` resource. Coder analyzes template files during template version import to determine if these requirements are met. Try adding this terraform block to an existing template where you'll add our Claude Code module. Note: the `coder_ai_task` resource is defined within the [Claude Code Module](https://registry.coder.com/modules/coder/claude-code?tab=readme), so it's not defined within this block.
4847

4948
```hcl
5049
terraform {

0 commit comments

Comments
 (0)