variable "aws_region" {
  default     = "us-east-1"
  description = "Which AWS region to place the bucket in"
}

variable "environment" {
  description = "Available values:  dev, qa, prod."
  default     = "prod"
}

variable "bucket_name" {
  default = "orcd-ops-testing"
}

variable "application_family" {
  default = "vector"
}
