Skip to content

Commit 3c9a71f

Browse files
committed
Update provider description.
1 parent 1da8e92 commit 3c9a71f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/provider/provider.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ func (p *PersistentCounterProvider) Metadata(ctx context.Context, req provider.M
2929

3030
func (p *PersistentCounterProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse) {
3131
resp.Schema = schema.Schema{
32-
Attributes: map[string]schema.Attribute{},
32+
Description: "Persistent resource counters provider for Terraform. Currently implements sequential numerical counters.",
33+
Attributes: map[string]schema.Attribute{},
3334
}
3435
}
3536

0 commit comments

Comments
 (0)