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

variable "service_name" {
  type    = string
  default = "python-owscontext"
}

variable "application_family" {
  type    = string
  default = "permissions-platform"
}

variable "default_code_owner" {
  type    = string
  default = "permissions-platform-pp"
}
