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
@@ -1404,21 +1406,21 @@ when required by your organization's security policy.`,
1404
1406
// Provisioner settings
1405
1407
{
1406
1408
Name: "Provisioner Daemons",
1407
-
Description: "Number of provisioner daemons to create on start. If builds are stuck in queued state for a long time, consider increasing this.",
1409
+
Description: "Number of terraform provisioner daemons to create on start. If builds are stuck in queued state for a long time, consider increasing this.",
1408
1410
Flag: "provisioner-daemons",
1409
1411
Env: "CODER_PROVISIONER_DAEMONS",
1410
1412
Default: "3",
1411
-
Value: &c.Provisioner.Daemons,
1413
+
Value: &c.Provisioner.DaemonsTerraform,
1412
1414
Group: &deploymentGroupProvisioning,
1413
1415
YAML: "daemons",
1414
1416
},
1415
1417
{
1416
1418
Name: "Echo Provisioner",
1417
-
Description: "Whether to use echo provisioner daemons instead of Terraform. This is for E2E tests.",
1419
+
Description: "Number of built-in echo provisioners to create on start. Can be done alongside actual terraform provisioners. This is for E2E tests.",
0 commit comments