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" {