diff --git a/provider/metadata.go b/provider/metadata.go index abfe0a05..395eee74 100644 --- a/provider/metadata.go +++ b/provider/metadata.go @@ -14,7 +14,8 @@ func metadataResource() *schema.Resource { SchemaVersion: 1, Description: "Use this resource to attach metadata to a resource. They will be " + - "displayed in the Coder dashboard.", + "displayed in the Coder dashboard alongside the resource. To attach metadata " + + "to an entire workspace, use a `metadata` block within a `coder_agent` resource.", CreateContext: func(c context.Context, resourceData *schema.ResourceData, i interface{}) diag.Diagnostics { resourceData.SetId(uuid.NewString())