Skip to content

Commit 7f9f7b1

Browse files
blink-so[bot]M Atif Ali
andcommitted
docs: add Premium license warning with pricing link to external_agent
Updated the Go code description to include a warning about Premium license requirement with a link to pricing, then ran make gen to regenerate the documentation. Co-authored-by: M Atif Ali <U04T3LN8ASU+AtifCoder@users.noreply.github.com>
1 parent 5324f10 commit 7f9f7b1

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
return nil

0 commit comments

Comments
 (0)