From 68b0c0f1153b1c36d0abc779975775c29ec1a82d Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Fri, 5 May 2023 11:31:10 -0700 Subject: [PATCH] Apply password length description (a6e1ccbd and 9b991fe4) to 2.6 page --- .../quick-start-guides/deploy-rancher-manager/gcp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2486106b991..ca2b689f78c 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 @@ -34,7 +34,7 @@ Deploying to Google GCP will incur charges. 4. Edit `terraform.tfvars` and customize the following variables: - `gcp_account_json` - GCP service account file path and file name - - `rancher_server_admin_password` - Admin password for created Rancher server + - `rancher_server_admin_password` - Admin password for created Rancher server (minimum 12 characters) 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/rancher/gcp) for more information.