diff --git a/docs/getting-started/quick-start-guides/deploy-rancher-manager/aws.md b/docs/getting-started/quick-start-guides/deploy-rancher-manager/aws.md index 0e16d8905ab..aaf629432f5 100644 --- a/docs/getting-started/quick-start-guides/deploy-rancher-manager/aws.md +++ b/docs/getting-started/quick-start-guides/deploy-rancher-manager/aws.md @@ -44,7 +44,7 @@ The AWS module just creates an EC2 KeyPair, an EC2 SecurityGroup and an EC2 inst 1. Clone [Rancher Quickstart](https://github.com/rancher/quickstart) to a folder using `git clone https://github.com/rancher/quickstart`. -2. Go into the AWS folder containing the terraform files by executing `cd quickstart/rancher/aws`. +2. Go into the AWS folder containing the Terraform files by executing `cd quickstart/rancher/aws`. 3. Rename the `terraform.tfvars.example` file to `terraform.tfvars`. diff --git a/docs/getting-started/quick-start-guides/deploy-rancher-manager/azure.md b/docs/getting-started/quick-start-guides/deploy-rancher-manager/azure.md index f1bc8bbeb81..c952f2dcd24 100644 --- a/docs/getting-started/quick-start-guides/deploy-rancher-manager/azure.md +++ b/docs/getting-started/quick-start-guides/deploy-rancher-manager/azure.md @@ -30,7 +30,7 @@ Deploying to Microsoft Azure will incur charges. 1. Clone [Rancher Quickstart](https://github.com/rancher/quickstart) to a folder using `git clone https://github.com/rancher/quickstart`. -2. Go into the Azure folder containing the terraform files by executing `cd quickstart/rancher/azure`. +2. Go into the Azure folder containing the Terraform files by executing `cd quickstart/rancher/azure`. 3. Rename the `terraform.tfvars.example` file to `terraform.tfvars`. diff --git a/docs/getting-started/quick-start-guides/deploy-rancher-manager/digitalocean.md b/docs/getting-started/quick-start-guides/deploy-rancher-manager/digitalocean.md index 50a3c201dba..8eac819716c 100644 --- a/docs/getting-started/quick-start-guides/deploy-rancher-manager/digitalocean.md +++ b/docs/getting-started/quick-start-guides/deploy-rancher-manager/digitalocean.md @@ -27,7 +27,7 @@ Deploying to DigitalOcean will incur charges. 1. Clone [Rancher Quickstart](https://github.com/rancher/quickstart) to a folder using `git clone https://github.com/rancher/quickstart`. -2. Go into the DigitalOcean folder containing the terraform files by executing `cd quickstart/rancher/do`. +2. Go into the DigitalOcean folder containing the Terraform files by executing `cd quickstart/rancher/do`. 3. Rename the `terraform.tfvars.example` file to `terraform.tfvars`. diff --git a/docs/getting-started/quick-start-guides/deploy-rancher-manager/gcp.md b/docs/getting-started/quick-start-guides/deploy-rancher-manager/gcp.md index 9e29ed96802..2486106b991 100644 --- a/docs/getting-started/quick-start-guides/deploy-rancher-manager/gcp.md +++ b/docs/getting-started/quick-start-guides/deploy-rancher-manager/gcp.md @@ -28,7 +28,7 @@ Deploying to Google GCP will incur charges. 1. Clone [Rancher Quickstart](https://github.com/rancher/quickstart) to a folder using `git clone https://github.com/rancher/quickstart`. -2. Go into the GCP folder containing the terraform files by executing `cd quickstart/rancher/gcp`. +2. Go into the GCP folder containing the Terraform files by executing `cd quickstart/rancher/gcp`. 3. Rename the `terraform.tfvars.example` file to `terraform.tfvars`. diff --git a/docs/getting-started/quick-start-guides/deploy-rancher-manager/hetzner-cloud.md b/docs/getting-started/quick-start-guides/deploy-rancher-manager/hetzner-cloud.md index 365f956c33f..85c182a962d 100644 --- a/docs/getting-started/quick-start-guides/deploy-rancher-manager/hetzner-cloud.md +++ b/docs/getting-started/quick-start-guides/deploy-rancher-manager/hetzner-cloud.md @@ -27,7 +27,7 @@ Deploying to Hetzner Cloud will incur charges. 1. Clone [Rancher Quickstart](https://github.com/rancher/quickstart) to a folder using `git clone https://github.com/rancher/quickstart`. -2. Go into the Hetzner folder containing the terraform files by executing `cd quickstart/rancher/hcloud`. +2. Go into the Hetzner folder containing the Terraform files by executing `cd quickstart/rancher/hcloud`. 3. Rename the `terraform.tfvars.example` file to `terraform.tfvars`. diff --git a/docs/getting-started/quick-start-guides/deploy-rancher-manager/outscale-qs.md b/docs/getting-started/quick-start-guides/deploy-rancher-manager/outscale-qs.md index 6d1bbde8ab0..1688406f0e4 100644 --- a/docs/getting-started/quick-start-guides/deploy-rancher-manager/outscale-qs.md +++ b/docs/getting-started/quick-start-guides/deploy-rancher-manager/outscale-qs.md @@ -27,7 +27,7 @@ Deploying to Outscale will incur charges. 1. Clone [Rancher Quickstart](https://github.com/rancher/quickstart) to a folder using `git clone https://github.com/rancher/quickstart`. -2. Go into the Outscale folder containing the terraform files by executing `cd quickstart/rancher/outscale`. +2. Go into the Outscale folder containing the Terraform files by executing `cd quickstart/rancher/outscale`. 3. Rename the `terraform.tfvars.example` file to `terraform.tfvars`. diff --git a/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-rancher-manager/aws.md b/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-rancher-manager/aws.md index e360c58aacf..5833485229f 100644 --- a/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-rancher-manager/aws.md +++ b/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-rancher-manager/aws.md @@ -20,7 +20,7 @@ The following steps will quickly deploy a Rancher Server on AWS with a single no 1. Clone [Rancher Quickstart](https://github.com/rancher/quickstart) to a folder using `git clone https://github.com/rancher/quickstart`. -1. Go into the AWS folder containing the terraform files by executing `cd quickstart/aws`. +1. Go into the AWS folder containing the Terraform files by executing `cd quickstart/aws`. 1. Rename the `terraform.tfvars.example` file to `terraform.tfvars`. diff --git a/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-rancher-manager/azure.md b/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-rancher-manager/azure.md index b7d58557a12..ac264097bb4 100644 --- a/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-rancher-manager/azure.md +++ b/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-rancher-manager/azure.md @@ -23,7 +23,7 @@ The following steps will quickly deploy a Rancher server on Azure in a single-no 1. Clone [Rancher Quickstart](https://github.com/rancher/quickstart) to a folder using `git clone https://github.com/rancher/quickstart`. -1. Go into the Azure folder containing the terraform files by executing `cd quickstart/azure`. +1. Go into the Azure folder containing the Terraform files by executing `cd quickstart/azure`. 1. Rename the `terraform.tfvars.example` file to `terraform.tfvars`. diff --git a/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-rancher-manager/digitalocean.md b/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-rancher-manager/digitalocean.md index 517a9d9342f..761893ec09f 100644 --- a/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-rancher-manager/digitalocean.md +++ b/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-rancher-manager/digitalocean.md @@ -20,7 +20,7 @@ The following steps will quickly deploy a Rancher Server on DigitalOcean with a 1. Clone [Rancher Quickstart](https://github.com/rancher/quickstart) to a folder using `git clone https://github.com/rancher/quickstart`. -1. Go into the DigitalOcean folder containing the terraform files by executing `cd quickstart/do`. +1. Go into the DigitalOcean folder containing the Terraform files by executing `cd quickstart/do`. 1. Rename the `terraform.tfvars.example` file to `terraform.tfvars`. diff --git a/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-rancher-manager/gcp.md b/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-rancher-manager/gcp.md index 12337bcdb76..4974ab5baa3 100644 --- a/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-rancher-manager/gcp.md +++ b/versioned_docs/version-2.0-2.4/getting-started/quick-start-guides/deploy-rancher-manager/gcp.md @@ -21,7 +21,7 @@ The following steps will quickly deploy a Rancher server on GCP in a single-node 1. Clone [Rancher Quickstart](https://github.com/rancher/quickstart) to a folder using `git clone https://github.com/rancher/quickstart`. -1. Go into the GCP folder containing the terraform files by executing `cd quickstart/gcp`. +1. Go into the GCP folder containing the Terraform files by executing `cd quickstart/gcp`. 1. Rename the `terraform.tfvars.example` file to `terraform.tfvars`. diff --git a/versioned_docs/version-2.5/getting-started/quick-start-guides/deploy-rancher-manager/aws.md b/versioned_docs/version-2.5/getting-started/quick-start-guides/deploy-rancher-manager/aws.md index ffed6be5b9f..f0e3400dd62 100644 --- a/versioned_docs/version-2.5/getting-started/quick-start-guides/deploy-rancher-manager/aws.md +++ b/versioned_docs/version-2.5/getting-started/quick-start-guides/deploy-rancher-manager/aws.md @@ -37,7 +37,7 @@ The AWS module just creates an EC2 KeyPair, an EC2 SecurityGroup and an EC2 inst 1. Clone [Rancher Quickstart](https://github.com/rancher/quickstart) to a folder using `git clone https://github.com/rancher/quickstart`. -2. Go into the AWS folder containing the terraform files by executing `cd quickstart/aws`. +2. Go into the AWS folder containing the Terraform files by executing `cd quickstart/rancher/aws`. 3. Rename the `terraform.tfvars.example` file to `terraform.tfvars`. @@ -47,7 +47,7 @@ The AWS module just creates an EC2 KeyPair, an EC2 SecurityGroup and an EC2 inst - `rancher_server_admin_password` - Admin password for created Rancher server 5. **Optional:** Modify optional variables within `terraform.tfvars`. -See the [Quickstart Readme](https://github.com/rancher/quickstart) and the [AWS Quickstart Readme](https://github.com/rancher/quickstart/tree/master/aws) for more information. +See the [Quickstart Readme](https://github.com/rancher/quickstart) and the [AWS Quickstart Readme](https://github.com/rancher/quickstart/tree/master/rancher/aws) for more information. Suggestions include: - `aws_region` - Amazon AWS region, choose the closest instead of the default (`us-east-1`) - `prefix` - Prefix for all created resources @@ -69,7 +69,7 @@ Suggestions include: ``` 8. Paste the `rancher_server_url` from the output above into the browser. Log in when prompted (default username is `admin`, use the password set in `rancher_server_admin_password`). -9. ssh to the Rancher server using the `id_rsa` key generated in `quickstart/aws`. +9. ssh to the Rancher server using the `id_rsa` key generated in `quickstart/rancher/aws`. #### Result @@ -81,6 +81,6 @@ Use Rancher to create a deployment. For more information, see [Creating Deployme ## Destroying the Environment -1. From the `quickstart/aws` folder, execute `terraform destroy --auto-approve`. +1. From the `quickstart/rancher/aws` folder, execute `terraform destroy --auto-approve`. 2. Wait for confirmation that all resources have been destroyed. diff --git a/versioned_docs/version-2.5/getting-started/quick-start-guides/deploy-rancher-manager/azure.md b/versioned_docs/version-2.5/getting-started/quick-start-guides/deploy-rancher-manager/azure.md index 62f8b5c442f..18904b582d7 100644 --- a/versioned_docs/version-2.5/getting-started/quick-start-guides/deploy-rancher-manager/azure.md +++ b/versioned_docs/version-2.5/getting-started/quick-start-guides/deploy-rancher-manager/azure.md @@ -23,7 +23,7 @@ The following steps will quickly deploy a Rancher server on Azure in a single-no 1. Clone [Rancher Quickstart](https://github.com/rancher/quickstart) to a folder using `git clone https://github.com/rancher/quickstart`. -2. Go into the Azure folder containing the terraform files by executing `cd quickstart/azure`. +2. Go into the Azure folder containing the Terraform files by executing `cd quickstart/rancher/azure`. 3. Rename the `terraform.tfvars.example` file to `terraform.tfvars`. @@ -35,7 +35,7 @@ The following steps will quickly deploy a Rancher server on Azure in a single-no - `rancher_server_admin_password` - Admin password for created Rancher server 5. **Optional:** Modify optional variables within `terraform.tfvars`. -See the [Quickstart Readme](https://github.com/rancher/quickstart) and the [Azure Quickstart Readme](https://github.com/rancher/quickstart/tree/master/azure) for more information. +See the [Quickstart Readme](https://github.com/rancher/quickstart) and the [Azure Quickstart Readme](https://github.com/rancher/quickstart/tree/master/rancher/azure) for more information. Suggestions include: - `azure_location` - Microsoft Azure region, choose the closest instead of the default (`East US`) - `prefix` - Prefix for all created resources @@ -58,7 +58,7 @@ Suggestions include: ``` 8. Paste the `rancher_server_url` from the output above into the browser. Log in when prompted (default username is `admin`, use the password set in `rancher_server_admin_password`). -9. ssh to the Rancher Server using the `id_rsa` key generated in `quickstart/azure`. +9. ssh to the Rancher Server using the `id_rsa` key generated in `quickstart/rancher/azure`. #### Result @@ -70,6 +70,6 @@ Use Rancher to create a deployment. For more information, see [Creating Deployme ## Destroying the Environment -1. From the `quickstart/azure` folder, execute `terraform destroy --auto-approve`. +1. From the `quickstart/rancher/azure` folder, execute `terraform destroy --auto-approve`. 2. Wait for confirmation that all resources have been destroyed. diff --git a/versioned_docs/version-2.5/getting-started/quick-start-guides/deploy-rancher-manager/digitalocean.md b/versioned_docs/version-2.5/getting-started/quick-start-guides/deploy-rancher-manager/digitalocean.md index a90433ddbb7..158ba47cd2a 100644 --- a/versioned_docs/version-2.5/getting-started/quick-start-guides/deploy-rancher-manager/digitalocean.md +++ b/versioned_docs/version-2.5/getting-started/quick-start-guides/deploy-rancher-manager/digitalocean.md @@ -20,7 +20,7 @@ The following steps will quickly deploy a Rancher server on DigitalOcean in a si 1. Clone [Rancher Quickstart](https://github.com/rancher/quickstart) to a folder using `git clone https://github.com/rancher/quickstart`. -2. Go into the DigitalOcean folder containing the terraform files by executing `cd quickstart/do`. +2. Go into the DigitalOcean folder containing the Terraform files by executing `cd quickstart/rancher/do`. 3. Rename the `terraform.tfvars.example` file to `terraform.tfvars`. @@ -29,7 +29,7 @@ The following steps will quickly deploy a Rancher server on DigitalOcean in a si - `rancher_server_admin_password` - Admin password for created Rancher server 5. **Optional:** Modify optional variables within `terraform.tfvars`. -See the [Quickstart Readme](https://github.com/rancher/quickstart) and the [DO Quickstart Readme](https://github.com/rancher/quickstart/tree/master/do) for more information. +See the [Quickstart Readme](https://github.com/rancher/quickstart) and the [DO Quickstart Readme](https://github.com/rancher/quickstart/tree/master/rancher/do) for more information. Suggestions include: - `do_region` - DigitalOcean region, choose the closest instead of the default (`nyc1`) - `prefix` - Prefix for all created resources @@ -50,7 +50,7 @@ Suggestions include: ``` 8. Paste the `rancher_server_url` from the output above into the browser. Log in when prompted (default username is `admin`, use the password set in `rancher_server_admin_password`). -9. ssh to the Rancher Server using the `id_rsa` key generated in `quickstart/do`. +9. ssh to the Rancher Server using the `id_rsa` key generated in `quickstart/rancher/do`. #### Result @@ -62,6 +62,6 @@ Use Rancher to create a deployment. For more information, see [Creating Deployme ## Destroying the Environment -1. From the `quickstart/do` folder, execute `terraform destroy --auto-approve`. +1. From the `quickstart/rancher/do` folder, execute `terraform destroy --auto-approve`. 2. Wait for confirmation that all resources have been destroyed. diff --git a/versioned_docs/version-2.5/getting-started/quick-start-guides/deploy-rancher-manager/gcp.md b/versioned_docs/version-2.5/getting-started/quick-start-guides/deploy-rancher-manager/gcp.md index 968db395388..0edbad6bed3 100644 --- a/versioned_docs/version-2.5/getting-started/quick-start-guides/deploy-rancher-manager/gcp.md +++ b/versioned_docs/version-2.5/getting-started/quick-start-guides/deploy-rancher-manager/gcp.md @@ -21,7 +21,7 @@ The following steps will quickly deploy a Rancher server on GCP in a single-node 1. Clone [Rancher Quickstart](https://github.com/rancher/quickstart) to a folder using `git clone https://github.com/rancher/quickstart`. -2. Go into the GCP folder containing the terraform files by executing `cd quickstart/gcp`. +2. Go into the GCP folder containing the Terraform files by executing `cd quickstart/rancher/gcp`. 3. Rename the `terraform.tfvars.example` file to `terraform.tfvars`. @@ -30,7 +30,7 @@ The following steps will quickly deploy a Rancher server on GCP in a single-node - `rancher_server_admin_password` - Admin password for created Rancher server 5. **Optional:** Modify optional variables within `terraform.tfvars`. -See the [Quickstart Readme](https://github.com/rancher/quickstart) and the [GCP Quickstart Readme](https://github.com/rancher/quickstart/tree/master/gcp) for more information. +See the [Quickstart Readme](https://github.com/rancher/quickstart) and the [GCP Quickstart Readme](https://github.com/rancher/quickstart/tree/master/rancher/gcp) for more information. Suggestions include: - `gcp_region` - Google GCP region, choose the closest instead of the default (`us-east4`) - `gcp_zone` - Google GCP zone, choose the closest instead of the default (`us-east4-a`) @@ -52,7 +52,7 @@ Suggestions include: ``` 8. Paste the `rancher_server_url` from the output above into the browser. Log in when prompted (default username is `admin`, use the password set in `rancher_server_admin_password`). -9. ssh to the Rancher Server using the `id_rsa` key generated in `quickstart/gcp`. +9. ssh to the Rancher Server using the `id_rsa` key generated in `quickstart/rancher/gcp`. #### Result @@ -64,6 +64,6 @@ Use Rancher to create a deployment. For more information, see [Creating Deployme ## Destroying the Environment -1. From the `quickstart/gcp` folder, execute `terraform destroy --auto-approve`. +1. From the `quickstart/rancher/gcp` folder, execute `terraform destroy --auto-approve`. 2. Wait for confirmation that all resources have been destroyed. diff --git a/versioned_docs/version-2.5/getting-started/quick-start-guides/deploy-rancher-manager/vagrant.md b/versioned_docs/version-2.5/getting-started/quick-start-guides/deploy-rancher-manager/vagrant.md index a95447e7a5a..644a018d0d9 100644 --- a/versioned_docs/version-2.5/getting-started/quick-start-guides/deploy-rancher-manager/vagrant.md +++ b/versioned_docs/version-2.5/getting-started/quick-start-guides/deploy-rancher-manager/vagrant.md @@ -23,7 +23,7 @@ The following steps quickly deploy a Rancher Server with a single node cluster a 1. Clone [Rancher Quickstart](https://github.com/rancher/quickstart) to a folder using `git clone https://github.com/rancher/quickstart`. -2. Go into the folder containing the Vagrantfile by executing `cd quickstart/vagrant`. +2. Go into the folder containing the Vagrantfile by executing `cd quickstart/rancher/vagrant`. 3. **Optional:** Edit `config.yaml` to: @@ -42,6 +42,6 @@ Use Rancher to create a deployment. For more information, see [Creating Deployme ## Destroying the Environment -1. From the `quickstart/vagrant` folder execute `vagrant destroy -f`. +1. From the `quickstart/rancher/vagrant` folder execute `vagrant destroy -f`. 2. Wait for the confirmation that all resources have been destroyed. diff --git a/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/aws.md b/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/aws.md index 0e16d8905ab..aaf629432f5 100644 --- a/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/aws.md +++ b/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/aws.md @@ -44,7 +44,7 @@ The AWS module just creates an EC2 KeyPair, an EC2 SecurityGroup and an EC2 inst 1. Clone [Rancher Quickstart](https://github.com/rancher/quickstart) to a folder using `git clone https://github.com/rancher/quickstart`. -2. Go into the AWS folder containing the terraform files by executing `cd quickstart/rancher/aws`. +2. Go into the AWS folder containing the Terraform files by executing `cd quickstart/rancher/aws`. 3. Rename the `terraform.tfvars.example` file to `terraform.tfvars`. diff --git a/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/azure.md b/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/azure.md index f1bc8bbeb81..c952f2dcd24 100644 --- a/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/azure.md +++ b/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/azure.md @@ -30,7 +30,7 @@ Deploying to Microsoft Azure will incur charges. 1. Clone [Rancher Quickstart](https://github.com/rancher/quickstart) to a folder using `git clone https://github.com/rancher/quickstart`. -2. Go into the Azure folder containing the terraform files by executing `cd quickstart/rancher/azure`. +2. Go into the Azure folder containing the Terraform files by executing `cd quickstart/rancher/azure`. 3. Rename the `terraform.tfvars.example` file to `terraform.tfvars`. diff --git a/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/digitalocean.md b/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/digitalocean.md index 50a3c201dba..8eac819716c 100644 --- a/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/digitalocean.md +++ b/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/digitalocean.md @@ -27,7 +27,7 @@ Deploying to DigitalOcean will incur charges. 1. Clone [Rancher Quickstart](https://github.com/rancher/quickstart) to a folder using `git clone https://github.com/rancher/quickstart`. -2. Go into the DigitalOcean folder containing the terraform files by executing `cd quickstart/rancher/do`. +2. Go into the DigitalOcean folder containing the Terraform files by executing `cd quickstart/rancher/do`. 3. Rename the `terraform.tfvars.example` file to `terraform.tfvars`. diff --git a/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/gcp.md b/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/gcp.md index 9e29ed96802..2486106b991 100644 --- a/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/gcp.md +++ b/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/gcp.md @@ -28,7 +28,7 @@ Deploying to Google GCP will incur charges. 1. Clone [Rancher Quickstart](https://github.com/rancher/quickstart) to a folder using `git clone https://github.com/rancher/quickstart`. -2. Go into the GCP folder containing the terraform files by executing `cd quickstart/rancher/gcp`. +2. Go into the GCP folder containing the Terraform files by executing `cd quickstart/rancher/gcp`. 3. Rename the `terraform.tfvars.example` file to `terraform.tfvars`. diff --git a/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/hetzner-cloud.md b/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/hetzner-cloud.md index 365f956c33f..85c182a962d 100644 --- a/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/hetzner-cloud.md +++ b/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/hetzner-cloud.md @@ -27,7 +27,7 @@ Deploying to Hetzner Cloud will incur charges. 1. Clone [Rancher Quickstart](https://github.com/rancher/quickstart) to a folder using `git clone https://github.com/rancher/quickstart`. -2. Go into the Hetzner folder containing the terraform files by executing `cd quickstart/rancher/hcloud`. +2. Go into the Hetzner folder containing the Terraform files by executing `cd quickstart/rancher/hcloud`. 3. Rename the `terraform.tfvars.example` file to `terraform.tfvars`. diff --git a/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/outscale-qs.md b/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/outscale-qs.md index 6d1bbde8ab0..1688406f0e4 100644 --- a/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/outscale-qs.md +++ b/versioned_docs/version-2.6/getting-started/quick-start-guides/deploy-rancher-manager/outscale-qs.md @@ -27,7 +27,7 @@ Deploying to Outscale will incur charges. 1. Clone [Rancher Quickstart](https://github.com/rancher/quickstart) to a folder using `git clone https://github.com/rancher/quickstart`. -2. Go into the Outscale folder containing the terraform files by executing `cd quickstart/rancher/outscale`. +2. Go into the Outscale folder containing the Terraform files by executing `cd quickstart/rancher/outscale`. 3. Rename the `terraform.tfvars.example` file to `terraform.tfvars`.