From bcc8cae65dcad3a8ea0c1188c7dac7f008c81c87 Mon Sep 17 00:00:00 2001 From: Moritz Sanft <58110325+msanft@users.noreply.github.com> Date: Tue, 17 Sep 2024 13:22:35 +0200 Subject: [PATCH] terraform: enable serial console by default --- terraform/infrastructure/azure/modules/jump_host/main.tf | 2 +- terraform/infrastructure/azure/modules/scale_set/main.tf | 4 +++- terraform/infrastructure/gcp/modules/instance_group/main.tf | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/terraform/infrastructure/azure/modules/jump_host/main.tf b/terraform/infrastructure/azure/modules/jump_host/main.tf index c35136ff7..ba7d5f726 100644 --- a/terraform/infrastructure/azure/modules/jump_host/main.tf +++ b/terraform/infrastructure/azure/modules/jump_host/main.tf @@ -29,7 +29,7 @@ resource "azurerm_linux_virtual_machine" "jump_host" { } boot_diagnostics { - + storage_account_uri = null } user_data = base64encode(<