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

variable "environment" {
  default = "prod"
}

variable "repository_name" {
  default = "qa-automation-tools"
}

variable "homepage_url" {
  default = "https://github.com/theorchard/qa-automation-tools"
}

variable "default_code_owner" {
  default = "qa-automation-team"
}

variable "description" {
  default = "QA Automation Tools."
}

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