Skip to content

Commit

Permalink
add envs for juror (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
adusumillipraveen authored Sep 7, 2023
1 parent 1b7c94a commit 9e53992
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,12 @@ projects = [
{
name = "juror"
display_name = "Juror"
azuread_group = "DTS Juror"
azuread_group = "DTS Juror",
additional_environments = [
"Development",
"Demo",
"Preview",
]
},
{
name = "bulk-scan-print"
Expand Down

0 comments on commit 9e53992

Please sign in to comment.