Skip to content

Commit d307dff

Browse files
committed
tweak descriptions
1 parent adf93d5 commit d307dff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/resources/provisioner_key.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ A provisioner key for a Coder deployment.
2222

2323
### Optional
2424

25-
- `tags` (Map of String) The tags that the provisioner will accept jobs for.
25+
- `tags` (Map of String) The tags that provisioners connected with this key will accept jobs for.
2626

2727
### Read-Only
2828

29-
- `key` (String, Sensitive) A provisionerkey key for Coder.
29+
- `key` (String, Sensitive) The acquired provisioner key

internal/provider/provisioner_key_resource.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ func (r *ProvisionerKeyResource) Schema(ctx context.Context, req resource.Schema
5959
},
6060
},
6161
"tags": schema.MapAttribute{
62-
MarkdownDescription: "The tags that the provisioner will accept jobs for.",
62+
MarkdownDescription: "The tags that provisioners connected with this key will accept jobs for.",
6363
ElementType: types.StringType,
6464
Optional: true,
6565
PlanModifiers: []planmodifier.Map{
6666
mapplanmodifier.RequiresReplace(),
6767
},
6868
},
6969
"key": schema.StringAttribute{
70-
MarkdownDescription: "A provisionerkey key for Coder.",
70+
MarkdownDescription: "The acquired provisioner key",
7171
Computed: true,
7272
Sensitive: true,
7373
},

0 commit comments

Comments
 (0)