variable "region" {
  default     = "us-east-1"
  description = "Which AWS region to spin up the fargate environment in"
}

variable "domain_name" {
  default     = "awal.com"
  description = "The domain name"
}
