From 22a1b8b9528c4ae0595d2622932d2d672796ae65 Mon Sep 17 00:00:00 2001 From: Frank <639906+syphernl@users.noreply.github.com> Date: Thu, 9 Dec 2021 19:41:39 +0100 Subject: [PATCH] Update _index.md --- .../en/quick-start-guide/deployment/hetzner-cloud-qs/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.6/en/quick-start-guide/deployment/hetzner-cloud-qs/_index.md b/content/rancher/v2.6/en/quick-start-guide/deployment/hetzner-cloud-qs/_index.md index f4e2228f244..f0fc2c964a3 100644 --- a/content/rancher/v2.6/en/quick-start-guide/deployment/hetzner-cloud-qs/_index.md +++ b/content/rancher/v2.6/en/quick-start-guide/deployment/hetzner-cloud-qs/_index.md @@ -31,7 +31,7 @@ The following steps will quickly deploy a Rancher Server on Hetzner Cloud with a See the [Quickstart Readme](https://github.com/rancher/quickstart) and the [Hetzner Quickstart Readme](https://github.com/rancher/quickstart/tree/master/hcloud) for more information. Suggestions include: - `prefix` - Prefix for all created resources - - `instance_type` - Instance type, minimum required is `cx22` + - `instance_type` - Instance type, minimum required is `cx21` - `ssh_key_file_name` - Use a specific SSH key instead of `~/.ssh/id_rsa` (public key is assumed to be `${ssh_key_file_name}.pub`) 1. Run `terraform init`.