variable "project" {
  description = "Project for Dataflow job deployment"
  default     = "principal-rope-350802"
}

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

variable "environment" {
  default = "dev"
}

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-east4"
}

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"
}

