Skip to content

Commit

Permalink
Merge pull request #8970 from ministryofjustice/issue/8674-tidyup
Browse files Browse the repository at this point in the history
Issue/8674-tidyup
  • Loading branch information
mikereiddigital authored Jan 15, 2025
2 parents b20d2a2 + beda7cb commit 3721111
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ module "instance_scheduler" {
create_role = true
reserved_concurrent_executions = 1
additional_trust_roles = [module.github-oidc.github_actions_role]
environment_variables = {
# Only nomis-preproduction is a member account having the InstanceSchedulerAccess role
"INSTANCE_SCHEDULING_SKIP_ACCOUNTS" = "analytical-platform-compute-development,analytical-platform-compute-test,analytical-platform-data-development,analytical-platform-data-engineering-sandboxa,analytical-platform-development,bichard7-sandbox-a,bichard7-sandbox-b,bichard7-sandbox-c,bichard7-sandbox-shared,bichard7-shared,bichard7-test-current,bichard7-test-next,cooker-development,core-sandbox-dev,core-vpc-development,core-vpc-preproduction,core-vpc-sandbox,core-vpc-test,mi-platform-development,moj-network-operations-centre-preproduction,nomis-preproduction,opg-lpa-data-store-development"
}
image_uri = "${local.environment_management.account_ids[terraform.workspace]}.dkr.ecr.eu-west-2.amazonaws.com/${module.instance_scheduler_ecr_repo.ecr_repository_name}:latest"
timeout = 600
tracing_mode = "Active"
Expand Down

0 comments on commit 3721111

Please sign in to comment.