From c789c861f826553b422ea43e23c49a11418ea3d3 Mon Sep 17 00:00:00 2001 From: Florian Nowarre Date: Wed, 21 Sep 2022 16:05:58 +0200 Subject: [PATCH] add terraform instructions to README.md --- contrib/terraform/hetzner/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/terraform/hetzner/README.md b/contrib/terraform/hetzner/README.md index 8e7f8ff41..138d45607 100644 --- a/contrib/terraform/hetzner/README.md +++ b/contrib/terraform/hetzner/README.md @@ -66,6 +66,8 @@ Rescue-Mode with the selected image of the `var.machines` but installs Flatcar i Run Terraform to create the infrastructure. +NOTE: Assumes you are at the root of the kubespray repo. + ```bash terraform -chdir=./contrib/terraform/hetzner/ init terraform -chdir=./contrib/terraform/hetzner/ apply --var-file=./inventory/my-hetzner-cluster/default.tfvars