diff --git a/variables.tf b/variables.tf index cf78f8e..1aaaa5e 100644 --- a/variables.tf +++ b/variables.tf @@ -198,3 +198,8 @@ variable "archive_on_destroy" { type = bool default = true } + +variable vulnerability_alerts { + type = bool + default = true +}