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

This commit is contained in:
Ben Potter 2023-05-15 13:38:49 -05:00 committed by GitHub
parent 11b7732720
commit 78f862eedc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

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:

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",