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

variable "environment" {
  description = "The environment to bootstrap"
  default     = "qa"
}

variable "service_name" {
  description = "The name of the service to bootstrap"
  default     = "ecommerce"
}

variable "application_family" {
  description = "The application family for the account"
  default     = "devops"
}
