variable "group_name" {
  description = "The name of the group"
  type        = string
  default     = ""
}

variable "custom_group_policy_arns" {
  description = "List of IAM policies ARNs to attach to IAM group"
  type        = list
  default     = []
}
