Skip to content

Commit

Permalink
Add TRS to Github actions TRA managed identity
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Jan 29, 2025
1 parent 01f94f5 commit 1bcf227
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion cluster/terraform_kubernetes/config/production.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@
"itt-mentor-services": ["sandbox", "production"]
},
"tra": {
"apply-for-qualified-teacher-status": ["production" ]
"apply-for-qualified-teacher-status": ["production"],
"teaching-record-system": ["production"]
},
"ctp": {
"teacher-pay-calculator": ["production" ]
Expand Down
9 changes: 5 additions & 4 deletions cluster/terraform_kubernetes/config/test.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,11 @@
"itt-mentor-services": ["review", "qa", "staging"]
},
"tra": {
"apply-for-qualified-teacher-status": ["review", "development", "test", "preproduction" ]
},
"srtl": {
"teacher-pay-calculator": ["development" ]
"apply-for-qualified-teacher-status": ["review", "development", "test", "preproduction" ],
"teaching-record-system": ["dev", "test", "pre-production"]
}
},
"srtl": {
"teacher-pay-calculator": ["development" ]
}
}

0 comments on commit 1bcf227

Please sign in to comment.