Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/resources/external_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ description: |-

Define an external agent to be used in a workspace.


> [!WARNING]
> External agents require a Premium Coder license. This feature is not available with the free tier.

<!-- schema generated by tfplugindocs -->
## Schema
Expand Down
2 changes: 1 addition & 1 deletion provider/external_agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func externalAgentResource() *schema.Resource {
return &schema.Resource{
SchemaVersion: 1,

Description: "Define an external agent to be used in a workspace.",
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.",
CreateContext: func(ctx context.Context, rd *schema.ResourceData, _ interface{}) diag.Diagnostics {
rd.SetId(uuid.NewString())
return nil
Expand Down
Loading