From deb509c8733cbf090e3db336c021ce3df6b8621f Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Mon, 23 Jan 2023 11:22:48 +0000 Subject: [PATCH] updated alma image ID Signed-off-by: Mark Bolwell --- .github/workflows/OS.tfvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/OS.tfvars b/.github/workflows/OS.tfvars index a5e2fda..634512b 100644 --- a/.github/workflows/OS.tfvars +++ b/.github/workflows/OS.tfvars @@ -1,5 +1,5 @@ #Ami Alma 9 -ami_id = "ami-02881bd671eb4ac61" +ami_id = "ami-0845395779540e3cb" ami_os = "rhel9" ami_username = "ec2-user" ami_user_home = "/home/ec2-user"