diff --git a/terraform/variables.tf b/terraform/variables.tf index a769264..ab7c539 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -46,6 +46,12 @@ variable "auth_groups" { subscriptions = 15 suspended = [] }, + { group = "MB" + name = "MB" + description = "Manitoba grouping for PHAC" + subscriptions = 5 + suspended = [] + }, ] }