From d7c7d2e63514cdf6981c555ec300824ef8a1cb81 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 6 Sep 2021 14:53:50 +0200 Subject: [PATCH] Fix terraform output command in hetzner example (#199) --- examples/hetzner-tf/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/hetzner-tf/README.md b/examples/hetzner-tf/README.md index f0368360..d06a1f8d 100644 --- a/examples/hetzner-tf/README.md +++ b/examples/hetzner-tf/README.md @@ -5,9 +5,10 @@ This directory provides an example flow with `k0sctl` tool together with Terrafo ## Prerequisites - You need an account and API token for Hetzner - Terraform installed +- k0sctl installed ## Steps Create terraform.tfvars file with needed details. You can use the provided terraform.tfvars.example as a baseline. -- terraform init -- terraform apply -- terraform output k0s_cluster | k0sctl apply --config - \ No newline at end of file +- `terraform init` +- `terraform apply` +- `terraform output -raw k0s_cluster | k0sctl apply --config -`