Skip to content

Commit

Permalink
Fix api_key description
Browse files Browse the repository at this point in the history
  • Loading branch information
simaotwx committed Apr 27, 2022
1 parent 1842a9d commit c5e3a55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/eab_credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description: |-

### Required

- `api_key` (String) ZeroSSL API key ([View it here](https://app.zerossl.com/developer)]
- `api_key` (String) ZeroSSL API key ([View it here](https://app.zerossl.com/developer))

### Read-Only

Expand Down
2 changes: 1 addition & 1 deletion provider/resource_eab_credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (r resourceEABCredentialsType) GetSchema(_ context.Context) (tfsdk.Schema,
"api_key": {
Type: types.StringType,
Required: true,
Description: "ZeroSSL API key ([View it here](https://app.zerossl.com/developer)]",
Description: "ZeroSSL API key ([View it here](https://app.zerossl.com/developer))",
},
"kid": {
Type: types.StringType,
Expand Down

0 comments on commit c5e3a55

Please sign in to comment.