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

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

variable "service_name" {
  description = "The name of the associated application."
  default     = "orchard-snowflake-data-share"
}

variable "s3_bucket" {
  default = "cucumbers"
}

variable "s3_location" {
  default = "BI/reports/*"
}
