Skip to content

Commit

Permalink
Fix terraform output command in hetzner example (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-naegele committed Sep 6, 2021
1 parent 72c2542 commit d7c7d2e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/hetzner-tf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
- `terraform init`
- `terraform apply`
- `terraform output -raw k0s_cluster | k0sctl apply --config -`

0 comments on commit d7c7d2e

Please sign in to comment.