variable "observed_bucket_name" {
  description = "A name of the observed s3 bucket without environment prefix."
}

variable "env" {
  description = "Available values: dev, qa, prod."
}

variable "region" {
  description = "All elements of the state machine execution flow have to be placed in the same region."
}

variable "phf_sales_data_process_state_machine_name" {
  description = "A name of the PHF Sales Data Process state machine."
}

variable "phf_sales_data_verify_lambda_arn" {
  description = "An ARN for phf_sales_data_verify lambda."
}

variable "phf_sales_data_process_lambda_arn" {
  description = "An ARN for phf_sales_data_process lambda."
}

variable "phf_send_notifications_lambda_arn" {
  description = "An ARN for phf_send_notification lambda."
}
