From 7c2c682b2230c7ddbefe4e7dd42641e517bd1121 Mon Sep 17 00:00:00 2001 From: andrea rota Date: Mon, 15 Jul 2024 18:59:45 +0200 Subject: [PATCH] use latest Ubuntu LTS base image [MRXNM-52] --- infrastructure/base/modules/bastion/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/base/modules/bastion/main.tf b/infrastructure/base/modules/bastion/main.tf index 0eb276b3d6..10e34ac711 100644 --- a/infrastructure/base/modules/bastion/main.tf +++ b/infrastructure/base/modules/bastion/main.tf @@ -69,8 +69,8 @@ resource "azurerm_linux_virtual_machine" "bastion" { source_image_reference { publisher = "Canonical" - offer = "0001-com-ubuntu-server-focal" - sku = "20_04-lts" + offer = "ubuntu-24_04-lts" + sku = "minimal" version = "latest" }