variable "name_prefix" {
  type        = string
  description = "Prefix which will be applied to the names of resources."
}

variable "path" {
  type        = string
  description = "Path for policy in IAM, default is /"
  default     = "/"
}
