Skip to content

Commit

Permalink
feat: Adding managed identites for teacher pay calculator
Browse files Browse the repository at this point in the history
  • Loading branch information
shaheislamdfe committed Jan 28, 2025
1 parent c4b2133 commit acd64c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cluster/terraform_kubernetes/config/production.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@
},
"tra": {
"apply-for-qualified-teacher-status": ["production" ]
},
"ctp": {
"teacher-pay-calculator": ["production" ]
}
}
}
3 changes: 3 additions & 0 deletions cluster/terraform_kubernetes/config/test.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@
},
"tra": {
"apply-for-qualified-teacher-status": ["review", "development", "test", "preproduction" ]
},
"srtl": {
"teacher-pay-calculator": ["development" ]
}
}
}

0 comments on commit acd64c6

Please sign in to comment.