From a055f3265d81958666da5b3166fc7308ba2c5800 Mon Sep 17 00:00:00 2001 From: Jesse Reynolds Date: Fri, 9 May 2025 17:52:42 +1000 Subject: [PATCH] fixes #19 - update almalinux image offer and plan --- variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variables.tf b/variables.tf index d0b3ed8..5f7c5ce 100644 --- a/variables.tf +++ b/variables.tf @@ -39,12 +39,12 @@ variable "node_count" { variable "instance_image" { description = "The disk image to use when deploying new cloud instances in the form of a full length Image ID or Marketplace URN" type = string - default = "almalinux:almalinux:8-gen2:latest" + default = "almalinux:almalinux-x86_64:8-gen2:latest" } variable "image_plan" { description = "The Marketplace offering's plan if it has one in Marketplace URN style, name:product:publisher" type = string - default = "8-gen2:almalinux:almalinux" + default = "" } variable "windows_node_count" {