From 5fef34f8fcf9448eb645343ac84bf3542e77aa53 Mon Sep 17 00:00:00 2001 From: John Kerry Date: Tue, 21 May 2024 05:13:47 -0400 Subject: [PATCH] Repairing the rhel 7.9 image ami query (#331) --- tests/active-active-rhel7-proxy/data.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/active-active-rhel7-proxy/data.tf b/tests/active-active-rhel7-proxy/data.tf index 5268d8aa..6c0ea2d7 100644 --- a/tests/active-active-rhel7-proxy/data.tf +++ b/tests/active-active-rhel7-proxy/data.tf @@ -24,7 +24,7 @@ data "aws_ami" "rhel" { filter { name = "name" - values = ["RHEL-7.9_HVM-20220512-x86_64-1-Hourly2-GP2"] + values = ["RHEL-7.9_HVM-*-x86_64-*-Hourly2-GP2"] } filter {