resource "aws_iam_group" "sme-dx3p-origin" {
  name = "sme-dx3p-origin"
  path = var.path
}

