From 6e1b32712e9e3d9153de6f81cd634e0185851a03 Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Wed, 5 Jan 2022 15:55:58 +0100 Subject: [PATCH] Tweaked Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5f2c23..eca587e 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,11 @@ Then you'll need you have the [terraform](https://learn.hashicorp.com/tutorials/ gofish install terraform && gofish install kubectl && gofish install helm ``` -### Creating terraform.tfvars +### ⚠️ [Essential step, do not skip] Creating the terraform.tfvars file 1. Create a project in your Hetzner Cloud Console, and go to **Security > API Tokens** of that project to grab the API key. Take note of the key! ✅ 2. Generate an ssh key pair for your cluster, unless you already have one that you'd like to use. Take note of the respective paths! ✅ -3. ⚠️ [Essential step] Rename terraform.tfvars.example to terraform.tfvars, and replace the values from steps 1 and 2. ✅ +3. Rename terraform.tfvars.example to terraform.tfvars, and replace the values from steps 1 and 2. ✅ ### Customize other variables (Optional)