# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: MIT-0 variable "vt_api_key" { type = string } variable "threshold" { type = number description = "How many anti-malware engines should report the object as malicious before it is quarantined?" default = 3 } variable "include_email_alerts" { type = bool default = false } variable "malware_alerts_email_address" { type = string default = "" }