variable "name" {
  type        = string
  description = "The name of the merged policy"
}

variable "source_policies" {
  type        = list(string)
  description = "List of JSONs with source policies."
}

variable "policy_document_version" {
  type    = string
  default = "2012-10-17"
}
