diff --git a/cluster/terraform_kubernetes/config/production.tfvars.json b/cluster/terraform_kubernetes/config/production.tfvars.json index 264f03bb..943d03b7 100644 --- a/cluster/terraform_kubernetes/config/production.tfvars.json +++ b/cluster/terraform_kubernetes/config/production.tfvars.json @@ -130,11 +130,12 @@ "bat": { "itt-mentor-services": ["sandbox", "production"] }, - "tra": { - "apply-for-qualified-teacher-status": ["production" ] - }, - "ctp": { + "srtl": { "teacher-pay-calculator": ["production" ] + }, + "tra": { + "apply-for-qualified-teacher-status": ["production"], + "teaching-record-system": ["production"] } } } diff --git a/cluster/terraform_kubernetes/config/test.tfvars.json b/cluster/terraform_kubernetes/config/test.tfvars.json index 587a6f9e..69bc603a 100644 --- a/cluster/terraform_kubernetes/config/test.tfvars.json +++ b/cluster/terraform_kubernetes/config/test.tfvars.json @@ -95,11 +95,12 @@ "bat": { "itt-mentor-services": ["review", "qa", "staging"] }, - "tra": { - "apply-for-qualified-teacher-status": ["review", "development", "test", "preproduction" ] - }, "srtl": { "teacher-pay-calculator": ["development" ] + }, + "tra": { + "apply-for-qualified-teacher-status": ["review", "development", "test", "preproduction"], + "teaching-record-system": ["dev", "test", "pre-production"] } } }