From ca1455391e2259079378dcbb949df878946693ef Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Tue, 25 Jan 2022 21:28:25 +0100 Subject: [PATCH] tweaked readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b2d4be..ea36826 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,7 @@ _The Hetzner cli `hcloud` is also useful to have, mainly for debugging without h ### πŸ’‘ [Do not skip] Creating the terraform.tfvars file 1. Create a project in your [Hetzner Cloud Console](https://console.hetzner.cloud/), and go to **Security > API Tokens** of that project to grab the API key. Take note of the key! βœ… -2. Either... - ...generate an ssh key pair for your cluster, unless you already have one that you'd like to use (ed25519 is the ideal type). Take note of the respective paths of your private and public keys! βœ… - ...or make sure you have got an SSH agent running and your key is loaded (`ssh-add -L` to verify) and set `private_key = null` βœ… +2. Either, generate an ssh key pair for your cluster, unless you already have one that you'd like to use (ed25519 is the ideal type). Take note of the respective paths of your private and public keys! Or make sure you have got an SSH agent running and your key is loaded (`ssh-add -L` to verify) and set `private_key = null` βœ… 3. Copy `terraform.tfvars.example` to `terraform.tfvars`, and replace the values from steps 1 and 2. βœ… 4. (Optional) There are other variables in `terraform.tfvars` that could be customized, like Hetzner region, and the node counts and sizes. @@ -163,6 +161,7 @@ Any contributions you make are **greatly appreciated**. - Karim Naufal - [@mysticaltech](https://github.com/mysticaltech) - Dennis Hoppe - [@dhoppe](https://github.com/dhoppe) +- Paul HΓ€rle - [@phaer](https://github.com/phaer)