From b5fda8b23fc8e889ce9e2c6d4049ad19d37793a7 Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-boundary <82989682+hc-github-team-secure-boundary@users.noreply.github.com> Date: Fri, 20 Mar 2026 20:26:10 +0530 Subject: [PATCH] backport of commit a5a95c301d02bd2b247d5498617083a05695d555 (#6516) Co-authored-by: Michael Li --- 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 d36e228b7e..6a71eee081 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 {