Skip to content

Commit

Permalink
add top level description
Browse files Browse the repository at this point in the history
  • Loading branch information
theoremoon committed Apr 1, 2024
1 parent e67d21b commit 83637ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "hatenablog-members Provider"
subcategory: ""
description: |-
A terraform provider which allows you to manage the members of a Hatena Blog.
---

# hatenablog-members Provider


A terraform provider which allows you to manage the members of a Hatena Blog.

## Example Usage

Expand Down
1 change: 1 addition & 0 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func (p *blogMemberProvider) Metadata(_ context.Context, _ provider.MetadataRequ

func (p *blogMemberProvider) Schema(_ context.Context, _ provider.SchemaRequest, resp *provider.SchemaResponse) {
resp.Schema = schema.Schema{
Description: "A terraform provider which allows you to manage the members of a Hatena Blog.",
Attributes: map[string]schema.Attribute{
"username": schema.StringAttribute{
Description: "The Hatena ID of the operator who owns the target blog or has administrative privileges for it.",
Expand Down

0 comments on commit 83637ad

Please sign in to comment.