# Note: all of these variables can be configured in a
# terraform.tfvars file which should not be commited
variable "env" {
}

variable "region" {
}

variable "LOGGER_DSN" {
}

variable "OWS_SENTRY_DSN" {
}

variable "VIDEO_DB_HOST" {
}

variable "DAEMON_SENTRY_DSN" {
}

variable "CONFIG_KEYPAIR" {
}

variable "AR_DB_NAME" {
}

variable "AR_DB_HOST" {
}

variable "AR_DB_PORT" {
}

variable "video_assets_bucket_cors_policy" {
}

variable "s3_raw_dir_browser_upload_role_arn_output" {
}

variable "s3_raw_dir_putonly_policy_output" {
}

variable "s3_raw_dir_readonly_policy_output" {
}

variable "s3_raw_dir_rw_policy_output" {
}

variable "s3_mezzanine_dir_readonly_policy_output" {
}

variable "s3_mezzanine_dir_putonly_policy_output" {
}

variable "s3_mezzanine_dir_rw_policy_output" {
}

variable "s3_streamable_preview_dir_readonly_policy_output" {
}

variable "s3_streamable_preview_dir_putonly_policy_output" {
}

variable "s3_thumbnails_dir_readonly_policy_output" {
}

variable "s3_thumbnails_dir_putonly_policy_output" {
}

variable "s3_blank_dir_readonly_policy_output" {
}

variable "s3_blank_dir_putonly_policy_output" {
}

variable "s3_ingest_dir_rwd_policy_output" {
}

variable "s3_video_dashboard_item_policy_output" {
}

variable "s3_list_bucket_policy_output" {
}

variable "rekognition_policy_output" {
}

variable "MEDIACONVERT_URL" {
}

variable "MEDIACONVERT_QUEUE" {
}

variable "NUM_ACTIVITY_TASK_HANDLING_WORKERS" {
}

variable "CUSTOM_METRIC_CPU_USAGE_PERCENT" {
}

variable "CUSTOM_METRIC_MEMORY_USAGE_PERCENT" {
}

variable "MAX_ALLOWED_CPU_USAGE_PERCENT" {
}

variable "MAX_ALLOWED_MEMORY_USAGE_PERCENT" {
}

variable "MAX_TIMEOUT_BETWEEN_RESOURCE_UTILIZATION_CHECKS_SECONDS" {
}

variable "MAX_TIMEOUT_BEFORE_PICKING_UP_WORK_SECONDS" {
}

variable "MAX_TIMEOUT_BETWEEN_PICKING_UP_WORK_AND_HANDLING_SECONDS" {
}

variable "MAX_TIMEOUT_AFTER_AWS_THROTTLING_EXCEPTION_SECONDS" {
}

variable "HEARTBEAT_PERIOD_SECONDS" {
}

variable "HTTP_REQUEST_RETRY_PERIOD_SECONDS" {
}

variable "ACTIVITY_ARN_PREFIX" {
}

variable "UPLOAD_RAW_DIR_ROLE_DURATION_SECONDS" {
}

variable "UPLOAD_FROM_BROWSER_TO_S3_TIMEOUT_THRESHOLD" {
}

variable "video_mediaconvert_role_arn_output" {
}

variable "ows_video_browser_upload_assume_role_policy_output" {
}

variable "ows_video_service_owsrequest_policy_arn_output" {
}

variable "ows_video_stepfunctions_policy_output" {
}

variable "video_mediaconvert_create_job_policy_arn_output" {
}

variable "video_mediaconvert_get_job_policy_arn_output" {
}

variable "video_mediaconvert_get_role_policy_arn_output" {
}

variable "video_mediaconvert_pass_role_policy_arn_output" {
}

variable "daemon_video_service_owsrequest_policy_arn_output" {
}

variable "daemon_video_stepfunctions_policy_output" {
}

variable "daemon_video_activity_task_sqs_queue_name" {
}

variable "daemon_video_on_prem_sqs_policy_arn_output" {
}

variable "video_assets_bucket_name" {
}

variable "video_dashboard_item_id_key" {
}

variable "video_ingestion_workflow_state_machine_arn_output" {
}

variable "video_approval_workflow_state_machine_arn_output" {
}

variable "sqs_minimal_policy_arn_output" {
}

variable "thumbnails_distribution_alias" {
}

variable "thumbnails_acm_certificate_arn" {
}

variable "wowza_url" {
}

variable "vsphere_user" {
}

variable "vsphere_password" {
}

variable "video_ingestion_workflow_state_machine_execution_arn" {
}

variable "video_approval_workflow_state_machine_execution_arn" {
}

variable "secrets_manager_datadog_policy" {
}

variable "application_family" {
  type    = string
  default = "product-builder"
}
