Skip to content

Commit 8c4be0c

Browse files
Update ai_task.go
Co-authored-by: Cian Johnston <[email protected]>
1 parent 8f0d71c commit 8c4be0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/ai_task.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func aiTaskResource() *schema.Resource {
3737

3838
diags = append(diags, diag.Diagnostic{
3939
Severity: diag.Warning,
40-
Summary: "`CODER_TASK_ID` should be set, this will be an error in the future",
40+
Summary: "`CODER_TASK_ID` should be set. If you are seeing this message, the version of the Coder Terraform provider you are using is likely too new for your current Coder version.",
4141
})
4242
}
4343

0 commit comments

Comments
 (0)