Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7af6222

Browse files
blink-so[bot]M Atif Ali
andcommitted
fix: add Premium license warning to external_agent resource description
The warning needs to be in the Go code description field so it gets auto-generated into the documentation. Co-authored-by: M Atif Ali <[email protected]>
1 parent 4c5cc0b commit 7af6222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 Coder license. This feature is not available with the free tier.",
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)