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

variable "github_organization" {
  default = "theorchard"
}

variable "environment" {
  default = "prod"
}

variable "service_name" {
  default = "scripts-product-staging"
}

variable "application_family" {
  type        = string
  description = "Application family identifier"
  default     = "product-builder"
}
