diff --git a/cluster/terraform_kubernetes/config/production.tfvars.json b/cluster/terraform_kubernetes/config/production.tfvars.json index 091dd278..1ba06c70 100644 --- a/cluster/terraform_kubernetes/config/production.tfvars.json +++ b/cluster/terraform_kubernetes/config/production.tfvars.json @@ -132,6 +132,9 @@ "itt-mentor-services": ["sandbox", "production"], "publish-teacher-training": ["sandbox","production"] }, + "cpd": { + "early-careers-framework": ["migration", "production", "sandbox"] + }, "srtl": { "teacher-pay-calculator": ["production" ], "claim-additional-payments-for-teaching": ["production"] diff --git a/cluster/terraform_kubernetes/config/test.tfvars.json b/cluster/terraform_kubernetes/config/test.tfvars.json index f47e778e..0157af63 100644 --- a/cluster/terraform_kubernetes/config/test.tfvars.json +++ b/cluster/terraform_kubernetes/config/test.tfvars.json @@ -97,6 +97,9 @@ "itt-mentor-services": ["review", "qa", "staging"], "publish-teacher-training": ["review", "qa", "staging"] }, + "cpd": { + "early-careers-framework": ["review", "staging"] + }, "srtl": { "teacher-pay-calculator": ["development" ], "claim-additional-payments-for-teaching": ["review", "test"]