From 2c9f8816f828471074f152ac0070ba650fcdbb07 Mon Sep 17 00:00:00 2001 From: gbloquel <1573530+gbloquel@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:03:33 +0100 Subject: [PATCH] fix(scw): using Debian12 on mono architecture as multi architecture (#143) --- roles/stage0/files/scaleway_mono/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/stage0/files/scaleway_mono/variables.tf b/roles/stage0/files/scaleway_mono/variables.tf index e6f2c7a4..f26408e7 100644 --- a/roles/stage0/files/scaleway_mono/variables.tf +++ b/roles/stage0/files/scaleway_mono/variables.tf @@ -5,7 +5,7 @@ variable "instance_type" { variable "instance_image" { type = string - default = "debian_bullseye" + default = "debian_bookworm" } variable "ssh_public_key_file" {