Skip to content

Commit

Permalink
test for RDLicensing code
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj committed Aug 19, 2024
1 parent 501c7ab commit d004c4f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ locals {
})
config = merge(local.ec2_autoscaling_groups.base_windows.config, {
ami_name = "hmpps_windows_server_2022_release_2024-*"
user_data_raw = base64encode(templatefile(
"../../modules/baseline_presets/ec2-user-data/user-data-pwsh.yaml.tftpl", {
branch = "DSOS-2919/add-rd-licensing-powershell"
}
))
})
ebs_volumes = {
"/dev/sda1" = { type = "gp3", size = 100 }
Expand All @@ -91,6 +96,7 @@ locals {
tags = merge(local.ec2_autoscaling_groups.base_windows.tags, {
description = "Windows Server 2022 instance for testing domain join and patching"
domain-name = "azure.noms.root"
server-type = "HmppsRDLicensing"
})
})
}
Expand Down

0 comments on commit d004c4f

Please sign in to comment.