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

variable "environment" {
  default = "prod"
}

variable "application_family" {
  default = "publishing"
}

variable "bucket_name" {
  default = "publishing-compositions"
}
