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

variable "environment" {
  default = "prod"
}

variable "application_family" {
  default = "songwhip"
}

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

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

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

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

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

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