variable "environment" {
  type    = string
  default = "prod"
}

variable "application_family" {
  type    = string
  default = "devops"
}

variable "team_name" {
  type    = string
  default = "devops"
}

variable "aws_region" {
  description = "The AWS region to create the monitoring role in"
  default     = "us-east-1"
}

variable "service_name" {
  description = "Name of the service"
  default     = "gsirt-ioc-ip-set-updater"
}

variable "external_id" {
  description = "External id for assuming the role"
  default     = "Gq4Fobwfoq1QrHDqiZSbSmSDiKdtss"
}
