variable "aws_profile" {
  type        = string
  description = "The name of the AWS profile as set in the shared credentials file."
  default     = "gdb-delphi-prod"
}

variable "aws_region_id" {
  type        = string
  description = "The id of the region in AWS"
  default     = "us-east-1"
}

variable "env_prefix" {
  type        = string
  description = "Environment prefix to use."
}

variable "lambda_name" {
  type = string
}

variable "slack_token_secret" {
  type = string
}

variable "external_id" {
  type        = string
  description = "The external id to use for the role"
  default     = "NKqUexWtzoSWopKKeuGPJ0spbnSEjfuW"
}
