From a95de2d3fe93fe94e29197fc035808e6530dd8c3 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Fri, 20 Mar 2026 10:18:30 -0400 Subject: [PATCH] chore(e2e): Fix ubuntu image (#6513) --- enos/modules/aws_vpc_ipv6/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enos/modules/aws_vpc_ipv6/main.tf b/enos/modules/aws_vpc_ipv6/main.tf index a9ed14b94c..63602a4925 100644 --- a/enos/modules/aws_vpc_ipv6/main.tf +++ b/enos/modules/aws_vpc_ipv6/main.tf @@ -109,7 +109,7 @@ data "aws_ami" "ubuntu" { filter { name = "name" - values = ["hc-base-ubuntu-2204-*"] + values = ["hc-base-ubuntu-2404-*"] } filter {