Unverified Commit f9ed4c26 authored by Lukáš Fázik's avatar Lukáš Fázik
Browse files

Fix variable name for Enterprise N non LTSC editions in variables.pkr.hcl

parent 1adb2717
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ variable "windows" {
      iso          = "windows10BusinessEditions"
      edition_name = "Windows 10 Enterprise"
    }
    "10enterpriseN" = {
    "10EnterpriseN" = {
      iso          = "windows10BusinessEditions"
      edition_name = "Windows 10 Enterprise N"
    }
@@ -151,7 +151,7 @@ variable "windows" {
      iso          = "windows11BusinessEditions"
      edition_name = "Windows 11 Enterprise"
    }
    "11enterpriseN" = {
    "11EnterpriseN" = {
      iso          = "windows11BusinessEditions"
      edition_name = "Windows 11 Enterprise N"
    }