Apply PR #588 password length note to other providers

This commit is contained in:
Billy Tat
2023-05-05 13:55:28 -07:00
parent 98ffa615bc
commit fac3907f8e
13 changed files with 15 additions and 11 deletions
@@ -33,7 +33,7 @@ Deploying to Hetzner Cloud will incur charges.
4. Edit `terraform.tfvars` and customize the following variables:
- `hcloud_token` - Hetzner API access key
- `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 [Hetzner Quickstart Readme](https://github.com/rancher/quickstart/tree/master/rancher/hcloud) for more information.