mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -04:00
Disable Azure VM agent and report VM as ready
This commit is contained in:
parent
ed9acef9d4
commit
f3d78a573f
4 changed files with 109 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue