8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
coder_metadata
1 parent 1d525fa commit 19dd470Copy full SHA for 19dd470
provider/metadata.go
@@ -14,7 +14,8 @@ func metadataResource() *schema.Resource {
14
SchemaVersion: 1,
15
16
Description: "Use this resource to attach metadata to a resource. They will be " +
17
- "displayed in the Coder dashboard.",
+ "displayed in the Coder dashboard alongside the resource. To attach metadata " +
18
+ "to an entire workspace, use a `metadata` block within a `coder_agent` resource.",
19
CreateContext: func(c context.Context, resourceData *schema.ResourceData, i interface{}) diag.Diagnostics {
20
resourceData.SetId(uuid.NewString())
21
0 commit comments