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

variable "environment" {
  default = "prod"
}

variable "service_name" {
  default = "playwright-tests"
}

variable "application_family" {
  default = "automation-testing"
}

variable "github_organization" {
  type        = string
  description = "Github organization"
  default     = "theorchard"
}
