variable "aws_region" {
  description = "AWS region"
  default     = "us-east-1"
}

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

variable "bucket_name" {
  description = "S3 bucket name"
  default     = "amazon-datapulse-royalty-reports"
}

variable "application_family" {
  description = "The name of this group of applications."
  default     = "accounting"
}
