mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(coderd/templatebuilder): shorten long module variable descriptions (#26747)
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
{
|
||||
"name": "agent_name",
|
||||
"type": "string",
|
||||
"description": "The name of the coder_agent resource. Required when `subdomain` is `false` so the path-based base URL matches the URL Coder serves.",
|
||||
"description": "The name of the coder_agent resource.",
|
||||
"required": false,
|
||||
"sensitive": false,
|
||||
"computed": false
|
||||
|
||||
Reference in New Issue
Block a user