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

variable "environment" {
  default = "prod"
}

variable "service_name" {
  default = "youtube-video-claiming"
}

variable "application_family" {
  default = "php-monolith"
}

variable "default_code_owner" {
  default = "application-security"
}
