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
returnxerrors.Errorf("no resources found for template version %q", templateVersionID)
56
-
}
57
-
58
-
varhasExternalAgentbool
59
-
for_, resource:=rangeresources {
60
-
ifresource.Type=="coder_external_agent" {
61
-
hasExternalAgent=true
62
-
break
63
-
}
64
-
}
65
-
66
-
if!hasExternalAgent {
54
+
if!version.HasExternalAgent {
67
55
returnxerrors.Errorf("template version %q does not have an external agent. Only templates with external agents can be used for external workspace creation", templateVersionID)
0 commit comments