Skip to content

Commit

Permalink
making public key non sensitive (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
saiyam1814 committed Aug 13, 2021
1 parent 6ced375 commit 49bfe0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion civo/resource_ssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ func resourceSSHKey() *schema.Resource {
Type: schema.TypeString,
Required: true,
Description: "a string containing the SSH public key.",
Sensitive: true,
ForceNew: true,
},
"fingerprint": {
Expand Down

0 comments on commit 49bfe0e

Please sign in to comment.