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

