mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
terraform: enable serial console by default (#3360)
This commit is contained in:
parent
1f887c7868
commit
d2cbc0adef
3 changed files with 5 additions and 3 deletions
|
@ -57,7 +57,9 @@ resource "azurerm_linux_virtual_machine_scale_set" "scale_set" {
|
|||
identity_ids = [var.user_assigned_identity]
|
||||
}
|
||||
|
||||
boot_diagnostics {}
|
||||
boot_diagnostics {
|
||||
storage_account_uri = null
|
||||
}
|
||||
|
||||
dynamic "os_disk" {
|
||||
for_each = var.confidential_vm ? [1] : [] # if confidential_vm is true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue