variable "environment" {
  description = "The environment to configure AWS Config for"
  default     = "qa"
}

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

variable "application_family" {
  default = "security-tools"
}
