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

Commit7f9f7b1

Browse files
blink-so[bot]M Atif Ali
and
M Atif Ali
committed
docs: add Premium license warning with pricing link to external_agent
Updated 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>
1 parent5324f10 commit7f9f7b1

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.\n\n~> **Warning:** External agents require a Premium Coder license. This feature is not available with the free tier.",
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