Skip to content

Commit 95d8f61

Browse files
authored
Merge pull request #7 from kumarvna/develop
updating docs
2 parents 9434927 + 3aa6f18 commit 95d8f61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ module "vmscaleset" {
101101

102102
This module utilizes __`azureadmin`__ as a local administrator on virtual machines. If you want to you use custom username, then specify the same by setting up the argument `admin_username` with valid user string.
103103

104-
By default, this module generates a strong password for all virtual machines. If you want to set the custom password, specify the argument `admin_password` with valid string.
104+
By default, this module generates a strong password for all virtual machines also allows you to change the length of the random password (currently 24) using the `random_password_length = 32` variable. If you want to set the custom password, specify the argument `admin_password` with a valid string.
105105

106106
This module also generates SSH2 Key pair for Linux servers by default, however, it is only recommended to use for dev environment. For production environments, please generate your own SSH2 key with a passphrase and input the key by providing the path to the argument `admin_ssh_key_data`.
107107

@@ -324,7 +324,7 @@ azurerm | >= 2.59.0
324324

325325
| Name | Version |
326326
|------|---------|
327-
azurerm | 2.59.0
327+
azurerm |>= 2.59.0
328328
random | n/a
329329
tls | n/a
330330

0 commit comments

Comments
 (0)