Open ziyi-bear opened 2 years ago
this issue seems last more than 2 years, no final solution until now, is there any workaround , thanks in advance
Hello, any update on this issue? From my research, it seems to be related to specialised image being created with a username and password. From https://learn.microsoft.com/en-us/azure/virtual-machines/troubleshooting-shared-images#creating-or-updating-a-vm-or-scale-sets-from-an-image-version
azurerm_linux_virtual_machine_scale_set will not accept null, empty string value or the same username and password used when specialised image was created
A fix for this would be a big help, thanks!
Also facing the same issue. Any work around ?
I had the same issue. Are there any solutions for that, please?
Is there an existing issue for this?
Community Note
I want to create the vm-scale set using my created image, but show this error message, my image was not general but specialized, how can i create throught terraform? Many thanks
Terraform Version
1.1.9
AzureRM Provider Version
3.10.0
Affected Resource(s)/Data Source(s)
azurerm_linux_virtual_machine_scale_set
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
success create vmss
previous terraform plan is success, but stuck on terraform apply
Actual Behaviour
show error, and stop deploy
Steps to Reproduce
terraform apply
Important Factoids
No response
References
No response