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

variable "environment" {
  default = "prod"
}

variable "service_name" {
  default = "graphql-tax-payment"
}

variable "introspection" {
  default = "1"
}

variable "playground" {
  default = "1"
}

variable "debug" {
  default = "1"
}

variable "application_family" {
  default     = "accounting"
  description = "Application family to which tap belongs"
}
