Disable Azure VM agent and report VM as ready

This commit is contained in:
Malte Poll 2022-10-21 10:06:02 +02:00 committed by Malte Poll
parent ed9acef9d4
commit f3d78a573f
4 changed files with 109 additions and 0 deletions

View file

@ -24,6 +24,7 @@ resource "azurerm_linux_virtual_machine_scale_set" "scale_set" {
admin_username = "adminuser"
admin_password = random_password.password.result
overprovision = false
provision_vm_agent = false
vtpm_enabled = true
disable_password_authentication = false
upgrade_mode = "Manual"