Skip to content

Commit

Permalink
correct spelling and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed May 13, 2024
1 parent 5971d8d commit 104b908
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion commonimages/base/windows_2012_r2/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ locals {
},
{
name = "powershell_5_1"
version = "0.0.1"
version = "0.0.2"
parameters = []
}
]
Expand Down
2 changes: 1 addition & 1 deletion commonimages/base/windows_2012_r2/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

region = "eu-west-2"
ami_base_name = "windows_server_2012_r2"
configuration_version = "0.2.3"
configuration_version = "0.2.4"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "Windows Server 2012 R2"

Expand Down
4 changes: 2 additions & 2 deletions commonimages/components/templates/powershell_5_1.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: powershell_5_1
description: Component to install Windows Management Framework 5.1 on Windows Server 2012. This includes PowerShell 5.1 and will supercede Powershell 4.0 so we can use more modern commandlets.
SchemaVersion: 1.0
schemaVersion: 1.0
parameters:
- Version:
type: string
default: 0.0.1
default: 0.0.2
description: Component version (update this each time the file changes)
- Platform:
type: string
Expand Down

0 comments on commit 104b908

Please sign in to comment.