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

variable "common_tags" {
  type        = map(any)
  description = "Map of tags to apply."
  default     = {}
}

variable "audit_writer_role" {
  type        = string
  description = "IAM role of audit writer. Get it from generated policy in the account console."
}
