From 025448109d90242d0f355453694fc917bd0d52bb Mon Sep 17 00:00:00 2001 From: Ryan Cragun Date: Fri, 25 Apr 2025 19:07:32 -0600 Subject: [PATCH] enos(rhel): remove references to 9.4 again (#30410) Signed-off-by: Ryan Cragun --- enos/modules/softhsm_install/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enos/modules/softhsm_install/main.tf b/enos/modules/softhsm_install/main.tf index ca3403ef2a..ff0f497eea 100644 --- a/enos/modules/softhsm_install/main.tf +++ b/enos/modules/softhsm_install/main.tf @@ -57,7 +57,7 @@ locals { } rhel = { "8.10" = ["softhsm"] - "9.4" = ["softhsm"] + "9.5" = ["softhsm"] } ubuntu = { "20.04" = ["softhsm"]