Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught committed Sep 19, 2023
1 parent e76f6e1 commit 5e330c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/auth0/signingkey/data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func NewDataSource() *schema.Resource {
"kid": {
Type: schema.TypeString,
Computed: true,
Description: "The key id of the signing key.",
Description: "The key ID of the signing key.",
},
"cert": {
Type: schema.TypeString,
Expand All @@ -35,7 +35,7 @@ func NewDataSource() *schema.Resource {
"pkcs7": {
Type: schema.TypeString,
Computed: true,
Description: "The public certificate of the signing key in pkcs7 format.",
Description: "The public certificate of the signing key in PKCS7 format.",
},
"current": {
Type: schema.TypeBool,
Expand Down

0 comments on commit 5e330c5

Please sign in to comment.