variable environment {
  default = "prod"
}
variable service_name {
  default = "ows-cloudwatch-logs"
}
variable TWILIO_LOG_GROUP {
  default = "/twilio/copilot-logs"
}
variable TWILIO_LOG_STREAM {
  default = "MG2a7e7f56d63651186af3b1b90564f15c"
}
variable aws_region {
  default = "us-east-1"
}
