Skip to content

Commit

Permalink
Merge pull request #551 from ministryofjustice/feature/DSO-2116/windo…
Browse files Browse the repository at this point in the history
…ws_ec2_in_hmpps_ds

Feature/dso 2116/windows ec2 in hmpps ds
  • Loading branch information
shajida95 authored Sep 1, 2023
2 parents f1ab9b5 + fce6958 commit e24c328
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 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.0.3"
configuration_version = "0.0.4"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "windows server 2022"

Expand Down Expand Up @@ -47,6 +47,7 @@ accounts_to_distribute_ami_by_branch = {
# push to main branch
main = [
"core-shared-services-production",
"hmpps-domain-services-development",
"nomis-development",
"nomis-test",
"nomis-preproduction",
Expand All @@ -64,6 +65,7 @@ accounts_to_distribute_ami_by_branch = {
# push to any other branch / local run
default = [
"core-shared-services-production",
"hmpps-domain-services-development",
"nomis-development",
"nomis-test",
"oasys-development",
Expand All @@ -78,6 +80,7 @@ launch_permission_accounts_by_branch = {
# push to main branch
main = [
"core-shared-services-production",
"hmpps-domain-services-development",
"nomis-development",
"nomis-test",
"nomis-preproduction",
Expand All @@ -95,6 +98,7 @@ launch_permission_accounts_by_branch = {
# push to any other branch / local run
default = [
"core-shared-services-production",
"hmpps-domain-services-development",
"nomis-development",
"nomis-test",
"oasys-development",
Expand Down

0 comments on commit e24c328

Please sign in to comment.