chore: rename "external workspace proxies" and "external provisioners" (#7454)

This commit is contained in:
Ben Potter
2023-05-15 21:38:49 +03:00
committed by GitHub
parent 11b7732720
commit 78f862eedc
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# External provisioners
# Provisioners
By default, the Coder server runs [built-in provisioner daemons](../cli/server.md#provisioner-daemons), which execute `terraform` during workspace and template builds. However, there are sometimes benefits to running external provisioner daemons:
+2 -2
View File
@@ -301,14 +301,14 @@
"icon_path": "./images/icons/scale.svg"
},
{
"title": "External Provisioners",
"title": "Provisioners",
"description": "Run provisioners isolated from the Coder server",
"path": "./admin/provisioners.md",
"icon_path": "./images/icons/queue.svg",
"state": "enterprise"
},
{
"title": "External Workspace Proxies",
"title": "Workspace Proxies",
"description": "Run geo distributed workspace proxies",
"path": "./admin/workspace-proxies.md",
"icon_path": "./images/icons/networking.svg",