You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add enabled computed field to coder_ai_task (#451)
As discussed, we want to enable a way for consumers to know if their
template is being provisioned as a task or not. We know that if
`CODER_TASK_ID` is set by the provisioner, it is being provisioned as
a task, and not as workspace. We use this knowledge to set a computed
field `enabled` to reflect this.
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.",
0 commit comments