variable "secrets_path" {
  type        = list(string)
  description = "List of AWS Secrets Manager secrets paths."
}

variable "kms_keys_arns" {
  type        = list(string)
  description = "List of AWS KMS keys ARNs."
}
