Closed benhurjoel closed 1 month ago
The OS password was made into a separate variable as it is sensitive to meet this requirement: ID: TFNFR19 - Category: Code Style - Sensitive Data Variables. I chose the second option and placed the password in a separate variable.
Thank you @terrymandin . That clarifies.
Check for previous/existing GitHub issues
Description
The variable 'admin_password' should be made optional for Linux VMSS. Because of this module composition, the 'admin_password' value is always expected even SSH keys are used
Variable definition
I cloned the code and made the following edit; it no longer shows the error. In my opinion, the admin password should be part of the OS Profile map, instead of being a separate variable. Please advise if I'm missing something.