From de1a494e316a7ee600bf52c44ee95ab8ff879486 Mon Sep 17 00:00:00 2001 From: Thiery Ouattara Date: Thu, 14 Nov 2024 14:58:59 +0000 Subject: [PATCH] Update OMI and vm_type for yunohost example tests --- examples/yunohost/terraform.tfvars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/yunohost/terraform.tfvars b/examples/yunohost/terraform.tfvars index 1e2b0e286..d5139509b 100644 --- a/examples/yunohost/terraform.tfvars +++ b/examples/yunohost/terraform.tfvars @@ -3,5 +3,5 @@ #region = "eu-west-2" root_disk_size_gb = "100" -image_id = "ami-68ed4301" # Debian-11-2022.03.10-0 on eu-west-2 -vm_type = "tinav4.c8r8p2" +image_id = "ami-8a32043e" # Debian-2024-06-24 on eu-west-2 +vm_type = "tinav5.c8r8p2"