resource "octopusdeploy_project_group" "apollo" {
  description = "Apollo team projects"
  name        = "apollo"
}

resource "octopusdeploy_project_group" "core" {
  description = "Core (Atlas) team projects"
  name        = "core"
}

resource "octopusdeploy_project_group" "delphi" {
  description = "Delphi team projects"
  name        = "delphi"
}

resource "octopusdeploy_project_group" "dna" {
  description = "DNA (Whitelist) team projects"
  name        = "dna"
}

resource "octopusdeploy_project_group" "infra" {
  description = "Infrastructure team projects"
  name        = "infra"
}

resource "octopusdeploy_project_group" "sma" {
  description = "RTI (SMA) team projects"
  name        = "sma"
}

resource "octopusdeploy_project_group" "crm" {
  description = "CRM team projects"
  name        = "crm"
}
