variable "region" {
  default = "us-east-1"
}

variable "environment" {
  default = "qa"
}

variable "application_family" {
  default = "songwhip"
}

variable "service_name" {
  default = "songwhip-hls-content"
}

variable "bucket_name" {
  description = "Name of the s3 bucket for HLS transcoded content"
  default     = "songwhip-hls-content"
}

variable "bucket_domain" {
  description = "Name of domain"
  default     = "hls"
}

variable "cloudfront_logs_bucket" {
  description = "Name of the s3 bucket for cloudfront logs"
  default     = "qa-songwhip-cloudfront-logs.s3.amazonaws.com"
}

variable "cloudflare_zone" {
  default = "songwhip.com"
}

variable "cloudflare_account_id" {
  default = "229e27eb2e8337e21e3a1e26b1daba51"
}
