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

variable "environment" {
  default = "prod"
}

variable "service_name" {
  default = "k6-hybrid-performance-tests"
}

variable "application_family" {
  default = "cypress"
}
