variable "region" {
  description = "AWS Region to deploy Secrets Manager resources in."
  type        = string
  default     = "eu-central-1"
}
