Azure: Set a valide admin_password with azurerm_windows_virtual_machine #352
Labels
Provider: AzureRM
Type: Bug
Something isn't working
Type: Enhancement
Provide a new feature or improve an existing one
General information:
Describe the bug:
When importing
azurerm_windows_virtual_machine
,admin_password
can't be read.By default, the value is set to
ignored-as-imported
which is not a valid password for Azure.A solution would be to set a "valid" password such
Ignored-as-!mport3d
.Log message
Error: "admin_password" has to fulfill 3 out of these 4 conditions: Has lower characters, Has upper characters, Has a digit, Has a special character other than "_", fullfiled only 2 conditions
Additional context
The text was updated successfully, but these errors were encountered: