Skip to content

Commit

Permalink
update pscore and server aws-cli on server 2022 ami
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Jan 29, 2024
1 parent f792531 commit 51c10af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions teams/hmpps/windows_server_2022/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ locals {
components_common = [
{
name = "powershell_core"
version = "0.4.0"
version = "0.6.0"
parameters = []
},
{
name = "aws_cli"
version = "0.0.2"
version = "0.0.4"
parameters = []
},
{
Expand Down
2 changes: 1 addition & 1 deletion teams/hmpps/windows_server_2022/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
region = "eu-west-2"
ami_name_prefix = "hmpps"
ami_base_name = "windows_server_2022"
configuration_version = "0.1.4"
configuration_version = "0.1.5"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "windows server 2022"

Expand Down

0 comments on commit 51c10af

Please sign in to comment.