Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8c9d011

Browse files
blink-so[bot]M Atif Ali
and
M Atif Ali
authored
docs: add Premium license warning for external_agent resource (#434)
* docs: add Premium license warning for external_agent resourceCo-authored-by: M Atif Ali <U04T3LN8ASU+AtifCoder@users.noreply.github.com>* fix: add Premium license warning to external_agent resource descriptionThe warning needs to be in the Go code description field so it getsauto-generated into the documentation.Co-authored-by: M Atif Ali <U04T3LN8ASU+AtifCoder@users.noreply.github.com>* docs: remove manual markdown edit to let auto-generation handle warningThe warning is now properly added in the Go code description fieldand will be auto-generated into the documentation.Co-authored-by: M Atif Ali <U04T3LN8ASU+AtifCoder@users.noreply.github.com>* docs: add Premium license warning with pricing link to external_agentUpdated the Go code description to include a warning about Premiumlicense requirement with a link to pricing, then ran make gen toregenerate the documentation.Co-authored-by: M Atif Ali <U04T3LN8ASU+AtifCoder@users.noreply.github.com>---------Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>Co-authored-by: M Atif Ali <U04T3LN8ASU+AtifCoder@users.noreply.github.com>
1 parent42c19bc commit8c9d011

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎docs/resources/external_agent.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ page_title: "coder_external_agent Resource - terraform-provider-coder"
44
subcategory:""
55
description:|-
66
Define an external agent to be used in a workspace.
7+
~> Warning: External agents require a Premium https://coder.com/pricing Coder license.
78
---
89

910
#coder_external_agent (Resource)
1011

1112
Define an external agent to be used in a workspace.
1213

14+
~>**Warning:** External agents require a[Premium](https://coder.com/pricing) Coder license.
15+
1316

1417

1518
<!-- schema generated by tfplugindocs-->

‎provider/external_agent.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ func externalAgentResource() *schema.Resource {
1212
return&schema.Resource{
1313
SchemaVersion:1,
1414

15-
Description:"Define an external agent to be used in a workspace.",
15+
Description:"Define an external agent to be used in a workspace.\n\n~> **Warning:** External agents require a [Premium](https://coder.com/pricing) Coder license.",
1616
CreateContext:func(ctx context.Context,rd*schema.ResourceData,_interface{}) diag.Diagnostics {
1717
rd.SetId(uuid.NewString())
1818
returnnil

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp