From 6f8c9037f622feb06c45f1c60ca1fa2bceca657f Mon Sep 17 00:00:00 2001 From: Elaiy Ganesan Date: Wed, 5 Feb 2025 17:17:46 +0000 Subject: [PATCH] Add check childrens barred list to TRA managed identity --- cluster/terraform_kubernetes/config/production.tfvars.json | 1 + cluster/terraform_kubernetes/config/test.tfvars.json | 1 + 2 files changed, 2 insertions(+) diff --git a/cluster/terraform_kubernetes/config/production.tfvars.json b/cluster/terraform_kubernetes/config/production.tfvars.json index ac210100..29c5e927 100644 --- a/cluster/terraform_kubernetes/config/production.tfvars.json +++ b/cluster/terraform_kubernetes/config/production.tfvars.json @@ -136,6 +136,7 @@ }, "tra": { "apply-for-qualified-teacher-status": ["production"], + "check-childrens-barred-list": ["production"], "teaching-record-system": ["production"] } } diff --git a/cluster/terraform_kubernetes/config/test.tfvars.json b/cluster/terraform_kubernetes/config/test.tfvars.json index b29f7e99..3d8ec8ad 100644 --- a/cluster/terraform_kubernetes/config/test.tfvars.json +++ b/cluster/terraform_kubernetes/config/test.tfvars.json @@ -101,6 +101,7 @@ }, "tra": { "apply-for-qualified-teacher-status": ["review", "development", "test", "preproduction"], + "check-childrens-barred-list": ["review", "test", "preproduction"], "teaching-record-system": ["dev", "test", "pre-production"] } }