Skip to content

Commit

Permalink
feat: add MB group access
Browse files Browse the repository at this point in the history
  • Loading branch information
wvxcheung committed Oct 25, 2024
1 parent 3ca8af8 commit 275a02e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ variable "auth_groups" {
subscriptions = 15
suspended = []
},
{ group = "MB"
name = "MB"
description = "Manitoba grouping for PHAC"
subscriptions = 5
suspended = []
},
]
}

Expand Down

0 comments on commit 275a02e

Please sign in to comment.