From 92f4f11eb17ce325d98d5233d3fcc9c2ffb8d740 Mon Sep 17 00:00:00 2001 From: John Kerry Date: Mon, 20 May 2024 09:12:12 -0400 Subject: [PATCH] Repairing the rhel 7.9 image ami query --- 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 {