terraform: enable serial console by default (#3360)

This commit is contained in:
Moritz Sanft 2024-09-17 15:01:33 +02:00 committed by GitHub
parent 1f887c7868
commit d2cbc0adef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 3 deletions

View file

@ -29,7 +29,7 @@ resource "azurerm_linux_virtual_machine" "jump_host" {
}
boot_diagnostics {
storage_account_uri = null
}
user_data = base64encode(<<EOF