Skip to content

Commit

Permalink
Merge pull request #580 from ministryofjustice/csr/make-known-good-am…
Browse files Browse the repository at this point in the history
…i--available-to-csr

distribute windows server 2022 to csr environments
  • Loading branch information
robertsweetman authored Sep 20, 2023
2 parents 05571e1 + 8d997f1 commit 4060aa1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 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.4"
configuration_version = "0.0.5"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "windows server 2022"

Expand Down Expand Up @@ -48,6 +48,10 @@ accounts_to_distribute_ami_by_branch = {
main = [
"core-shared-services-production",
"hmpps-domain-services-development",
"corporate-staff-rostering-test",
"corporate-staff-rostering-development",
"corporate-staff-rostering-preproduction",
"corporate-staff-rostering-production",
"nomis-development",
"nomis-test",
"nomis-preproduction",
Expand All @@ -66,6 +70,8 @@ accounts_to_distribute_ami_by_branch = {
default = [
"core-shared-services-production",
"hmpps-domain-services-development",
"corporate-staff-rostering-development",
"corporate-staff-rostering-test",
"nomis-development",
"nomis-test",
"oasys-development",
Expand All @@ -81,6 +87,10 @@ launch_permission_accounts_by_branch = {
main = [
"core-shared-services-production",
"hmpps-domain-services-development",
"corporate-staff-rostering-development",
"corporate-staff-rostering-test",
"corporate-staff-rostering-preproduction",
"corporate-staff-rostering-production",
"nomis-development",
"nomis-test",
"nomis-preproduction",
Expand All @@ -99,6 +109,8 @@ launch_permission_accounts_by_branch = {
default = [
"core-shared-services-production",
"hmpps-domain-services-development",
"corporate-staff-rostering-development",
"corporate-staff-rostering-test",
"nomis-development",
"nomis-test",
"oasys-development",
Expand Down

0 comments on commit 4060aa1

Please sign in to comment.