diff --git a/docs/resources/eab_credentials.md b/docs/resources/eab_credentials.md index 34d0f45..45eb995 100644 --- a/docs/resources/eab_credentials.md +++ b/docs/resources/eab_credentials.md @@ -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 diff --git a/provider/resource_eab_credentials.go b/provider/resource_eab_credentials.go index 2a3256d..eceba3f 100644 --- a/provider/resource_eab_credentials.go +++ b/provider/resource_eab_credentials.go @@ -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,