Skip to content

Commit 12b6c39

Browse files
authored
Apply suggestion from @matifali
1 parent 5324f10 commit 12b6c39

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.\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)