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

variable "environment" {
  default = "prod"
}

variable "repository_name" {
  default = "scheduled-test-pipelines"
}

variable "homepage_url" {
  default = "https://github.com/theorchard/scheduled-test-pipelines"
}

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

variable "description" {
  default = "Scheduled test pipelines"
}

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