variable "environment" {
  default = "dev"
}

variable "service_name" {
  default = "internal-spa-integration"
}

variable "application_family" {
  default = "devops"
}

variable "domain_name" {
  description = "The root domain name for Route53 hosted zone and certificate"
  type        = string
  default     = "dev.theorchard.io"
}