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

variable "service_name" {
  default = "python-sentry-scrubber"
}

variable "application_family" {
  default = "security-tools"
}

variable "code_owner" {
  default = "tax-and-payments"
}
