From 6f1d4c262e796b37ef48d7bd16c4e8cac8172ac2 Mon Sep 17 00:00:00 2001 From: Peter Pouliot Date: Tue, 21 May 2024 16:09:17 -0400 Subject: [PATCH] trying to fix images.tf --- images.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/images.tf b/images.tf index 868e3e4..07bc005 100644 --- a/images.tf +++ b/images.tf @@ -1,11 +1,6 @@ # Azure Aarch64 Images locals { os_images = { - almalinux9 = { - os_image = "alma-linux-9-arm64" - default_os_user = "almalinux" - startup_script = file("${local.startup_script_template_file}") - } rockylinux8 = { os_image = "rocky-linux-8-optimized-gcp-arm64" default_os_user = "rockylinux"