Skip to content

Commit

Permalink
make ready for env
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Mar 18, 2024
1 parent 9c29b94 commit 9f08d2a
Showing 1 changed file with 14 additions and 62 deletions.
76 changes: 14 additions & 62 deletions teams/hmpps/windows_server_2019/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
region = "eu-west-2"
ami_name_prefix = "hmpps"
ami_base_name = "windows_server_2019"
configuration_version = "0.0.1"
release_or_patch = "patch" # or "patch", see nomis AMI image building strategy doc
configuration_version = "0.0.2"
release_or_patch = "release" # or "patch", see nomis AMI image building strategy doc
description = "windows server 2019"

tags = {
Expand Down Expand Up @@ -48,41 +48,17 @@ accounts_to_distribute_ami_by_branch = {
# push to main branch
main = [
"core-shared-services-production",
"hmpps-domain-services-development",
"hmpps-domain-services-test",
"hmpps-domain-services-preproduction",
"hmpps-domain-services-production",
# "corporate-staff-rostering-test",
# "corporate-staff-rostering-development",
# "corporate-staff-rostering-preproduction",
# "corporate-staff-rostering-production",
# "nomis-development",
# "nomis-test",
# "nomis-preproduction",
# "nomis-production",
# "oasys-development",
# "oasys-test",
# "oasys-preproduction",
# "oasys-production",
# "nomis-data-hub-development",
# "nomis-data-hub-test",
# "nomis-data-hub-preproduction",
# "nomis-data-hub-production"
"oasys-national-reporting-development",
"oasys-national-reporting-test",
"oasys-national-reporting-preproduction",
"oasys-national-reporting-production"
]

# push to any other branch / local run
default = [
"core-shared-services-production",
"hmpps-domain-services-development",
"hmpps-domain-services-test",
# "corporate-staff-rostering-development",
# "corporate-staff-rostering-test",
# "nomis-development",
# "nomis-test",
# "oasys-development",
# "oasys-test",
# "nomis-data-hub-development",
# "nomis-data-hub-test"
"oasys-national-reporting-development",
"oasys-national-reporting-test"
]

}
Expand All @@ -91,41 +67,17 @@ launch_permission_accounts_by_branch = {
# push to main branch
main = [
"core-shared-services-production",
"hmpps-domain-services-development",
"hmpps-domain-services-test",
# "hmpps-domain-services-preproduction",
# "hmpps-domain-services-production",
# "corporate-staff-rostering-development",
# "corporate-staff-rostering-test",
# "corporate-staff-rostering-preproduction",
# "corporate-staff-rostering-production",
# "nomis-development",
# "nomis-test",
# "nomis-preproduction",
# "nomis-production",
# "oasys-development",
# "oasys-test",
# "oasys-preproduction",
# "oasys-production",
# "nomis-data-hub-development",
# "nomis-data-hub-test",
# "nomis-data-hub-preproduction",
# "nomis-data-hub-production"
"oasys-national-reporting-development",
"oasys-national-reporting-test",
"oasys-national-reporting-preproduction",
"oasys-national-reporting-production"
]

# push to any other branch / local run
default = [
"core-shared-services-production",
"hmpps-domain-services-development",
"hmpps-domain-services-test",
# "corporate-staff-rostering-development",
# "corporate-staff-rostering-test",
# "nomis-development",
# "nomis-test",
# "oasys-development",
# "oasys-test",
# "nomis-data-hub-development",
# "nomis-data-hub-test"
"oasys-national-reporting-development",
"oasys-national-reporting-test"
]
}

Expand Down

0 comments on commit 9f08d2a

Please sign in to comment.