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

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

variable service_name {
  default = "ows-accounting"
}

# non sensitive env variables
variable active_accounting_period {}
variable redshift_read_write_schema {}
variable mysql_user {}
variable accounting_statement_export_table {}
variable redshift_read_write_user {}
variable sentry_dsn {}
variable logger_dsn {}
variable mysql_host {}
variable mysql_database {}
variable aws_default_region {}
variable redshift_read_write_db {}
variable redshift_read_write_port {}
variable redshift_read_write_host {}
variable redis_host {}
variable redis_port {}
variable snowflake_account {}
variable snowflake_role {}
variable snowflake_user {}
variable snowflake_schema {}
variable snowflake_warehouse {}
variable snowflake_database {}
