Skip to content

Commit 347e659

Browse files
chore: consistency
1 parent 1b674c8 commit 347e659

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/resources/ai_task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Use this resource to define Coder tasks.
1717

1818
### Optional
1919

20-
- `app_id` (String) The ID of the coder_app resource that provides the AI interface for this task.
20+
- `app_id` (String) The ID of the `coder_app` resource that provides the AI interface for this task.
2121
- `sidebar_app` (Block Set, Max: 1, Deprecated) The coder_app to display in the sidebar. Usually a chat interface with the AI agent running in the workspace, like https://github.com/coder/agentapi. (see [below for nested schema](#nestedblock--sidebar_app))
2222

2323
### Read-Only

provider/ai_task.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func aiTaskResource() *schema.Resource {
9595
},
9696
"app_id": {
9797
Type: schema.TypeString,
98-
Description: "The ID of the coder_app resource that provides the AI interface for this task.",
98+
Description: "The ID of the `coder_app` resource that provides the AI interface for this task.",
9999
ForceNew: true,
100100
Optional: true,
101101
Computed: true,

0 commit comments

Comments
 (0)