variable "env_prefix" {
  description = "Prefix of environment"
}
variable "project_group" {
  description = "Project group"
}
variable "common_tags" {
  description = "Common tags which will be applied to created resources"
  default     = {}
}
variable "region" {
  description = "Region where key resides"
}
variable "enable_key_rotation" {
  description = "Enabling rotating CMS, default period is 1 year"
  default     = true
}
