From cdceb9fd553e70afcc4082f114b23a52ee8d0123 Mon Sep 17 00:00:00 2001 From: Benjamin Kircher Date: Thu, 15 Apr 2021 07:37:46 +0200 Subject: [PATCH] Fix wording in example --- pubkey-from-file/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubkey-from-file/README.md b/pubkey-from-file/README.md index b59679e..17d0189 100644 --- a/pubkey-from-file/README.md +++ b/pubkey-from-file/README.md @@ -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" {