variable "project" {
  description = "Project for Dataflow job deployment"
  default     = "keen-opus-356917"
}

variable "organization_id" {
  description = "Organization ID for Org-level Log Sink"
  default     = "770038880827"
}

variable "environment" {
  default = "prod"
}

variable "service_name" {
  default = "gsirt-splunk-logs"
}

variable "region" {
  description = "Region to deploy regional-resources into. This must match subnet's region if deploying into existing network (e.g. Shared VPC)"
  default     = "us-east1"
}

variable "notification_endpoints" {
  description = "Endpoints for alerts. Can be email, slack, pagerduty, etc"
  default     = "@@slack-devops"
}

variable "escalation_notification_endpoints" {
  description = "Endpoints for escalation alerts. Can be email, slack, pagerdut, etc"
  default     = "@@slack-devops"
}
