variable "platform" {
  type = map(string)
}

variable "common_tags" {
  type    = map(string)
  default = {}
}

variable "iam_policies_arns" {
  type        = list(string)
  description = "Additional IAM policies"
  default     = []
}
