diff --git a/commonimages/components/templates/powershell_core.yml b/commonimages/components/templates/powershell_core.yml index 876cefa6..e1facfa7 100644 --- a/commonimages/components/templates/powershell_core.yml +++ b/commonimages/components/templates/powershell_core.yml @@ -5,7 +5,7 @@ schemaVersion: 1.0 parameters: - Version: type: string - default: 0.4.0 + default: 0.1.0 description: Component version (update this each time the file changes) - Platform: type: string diff --git a/teams/hmpps/windows_server_2022/locals.tf b/teams/hmpps/windows_server_2022/locals.tf index dc9fed5a..4daafa90 100644 --- a/teams/hmpps/windows_server_2022/locals.tf +++ b/teams/hmpps/windows_server_2022/locals.tf @@ -2,7 +2,7 @@ locals { components_common = [ { name = "powershell_core" - version = "0.4.0" + version = "0.1.0" parameters = [] }, {