We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b674c8 commit 63d905cCopy full SHA for 63d905c
provider/ai_task.go
@@ -95,7 +95,7 @@ func aiTaskResource() *schema.Resource {
95
},
96
"app_id": {
97
Type: schema.TypeString,
98
- Description: "The ID of the coder_app resource that provides the AI interface for this task.",
+ Description: "The ID of the `coder_app` resource that provides the AI interface for this task.",
99
ForceNew: true,
100
Optional: true,
101
Computed: true,
0 commit comments