Skip to content

Commit

Permalink
Fix wording in example
Browse files Browse the repository at this point in the history
  • Loading branch information
bkircher committed Apr 15, 2021
1 parent 4d4c2dd commit cdceb9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pubkey-from-file/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SSH pubkey from file
# Load SSH Public Key From File

This is a small example that shows how to load an SSH public key file from disk with `file()`
This is a small example that shows how to load a SSH public key file from disk with `file()`:

```hcl
resource "gridscale_sshkey" "demo" {
Expand Down

0 comments on commit cdceb9f

Please sign in to comment.