Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
politician committed Aug 10, 2021
1 parent 7e85cd3 commit 0fdb69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_private_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
func resourcePrivateKey() *schema.Resource {
return &schema.Resource{
// This description is used by the documentation generator and the language server.
Description: "The resource `private_key` generates a GPG private/public key pair in ASCII-armored format.",
Description: "The resource `gpg_private_key` generates a GPG private/public key pair in ASCII-armored format.",
CreateContext: resourcePrivateKeyCreate,
ReadContext: resourcePrivateKeyRead,
DeleteContext: resourcePrivateKeyDelete,
Expand Down

0 comments on commit 0fdb69a

Please sign in to comment.