variable "region" {
  type        = string
  description = "The AWS region"
  default     = "us-east-1"
}

variable "environment" {
  type        = string
  description = "The environment"
  default     = "shared"
}

variable "service_name" {
  type        = string
  description = "The name of the service."
  default     = "lambda-datadog"
}

variable "application_family" {
  type        = string
  description = "The name of the application family."
  default     = "devops"
}

variable "team_name" {
  type        = string
  description = "The name of the team."
  default     = "devops"
}

variable "scorecard_rule_id" {
  type        = string
  description = "The scorecard rule ID"
  default     = "kr3sc5y7_q62sube"
}

variable "scorecard_rule_id_github_secrets" {
  type        = string
  description = "The scorecard rule ID for the GitHub secrets scorecard rule"
  default     = "wlctfcjd_31yt0rj"
}

variable "scorecard_rule_id_no_graphql_gateway" {
  type        = string
  description = "The scorecard rule ID for the No graphql gateway scorecard rule"
  default     = "celq72kqqrro9yrr"
}
