Skip to content

Commit 4697455

Browse files
committed
Add provider description for Terraform Registry overview
1 parent 08e2403 commit 4697455

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# generated by https://github.com/hashicorp/terraform-plugin-docs
33
page_title: "ona Provider"
44
description: |-
5-
5+
Terraform provider for managing Gitpod https://gitpod.io resources on ona.com https://ona.com.
66
---
77

88
# ona Provider
99

10-
10+
Terraform provider for managing [Gitpod](https://gitpod.io) resources on [ona.com](https://ona.com).
1111

1212
## Example Usage
1313

internal/provider/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ func (p *onaProvider) Metadata(_ context.Context, _ provider.MetadataRequest, re
4848

4949
func (p *onaProvider) Schema(_ context.Context, _ provider.SchemaRequest, resp *provider.SchemaResponse) {
5050
resp.Schema = schema.Schema{
51+
MarkdownDescription: "Terraform provider for managing [Gitpod](https://gitpod.io) resources on [ona.com](https://ona.com).",
5152
Attributes: map[string]schema.Attribute{
5253
"api_key": schema.StringAttribute{
5354
Optional: true,

0 commit comments

Comments
 (0)