variable "function_arn" {
  description = "Lambda function arn"
  type        = string
}

variable "schedule_expression" {
  description = "Schedule expression"
  type        = string
}
