diff --git a/cluster/terraform_kubernetes/config/production.tfvars.json b/cluster/terraform_kubernetes/config/production.tfvars.json index 943d03b7..ac210100 100644 --- a/cluster/terraform_kubernetes/config/production.tfvars.json +++ b/cluster/terraform_kubernetes/config/production.tfvars.json @@ -128,7 +128,8 @@ }, "ga_wif_managed_id": { "bat": { - "itt-mentor-services": ["sandbox", "production"] + "itt-mentor-services": ["sandbox", "production"], + "publish-teacher-training": ["sandbox","production"] }, "srtl": { "teacher-pay-calculator": ["production" ] diff --git a/cluster/terraform_kubernetes/config/test.tfvars.json b/cluster/terraform_kubernetes/config/test.tfvars.json index 69bc603a..b29f7e99 100644 --- a/cluster/terraform_kubernetes/config/test.tfvars.json +++ b/cluster/terraform_kubernetes/config/test.tfvars.json @@ -93,7 +93,8 @@ "block_metrics_endpoint" : false, "ga_wif_managed_id": { "bat": { - "itt-mentor-services": ["review", "qa", "staging"] + "itt-mentor-services": ["review", "qa", "staging"], + "publish-teacher-training": ["review", "qa", "staging"] }, "srtl": { "teacher-pay-calculator": ["development" ]