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

variable "environment" {
  default = "qa"
}

variable "application_family" {
  default = "integrations"
}

variable "vpc_security_group_ids" {
  default = ["sg-21f1ed44"]
}

variable "logger_dsn" {
  default = "udp://qa-fluentd-applications-udp.theorchard.io:5160"
}

variable "oa_user" {
  default = "oa:101"
}

variable "service_name" {
  default = "lambda-sme-ext-meta"
}

variable "lambda_default_timeout" {
  default = 900
}

variable "graphql_gateway_url" {
  default = "https://qa-graphql-router.theorchard.io/graphql"
}
