Skip to content

Commit

Permalink
Update vulnerability_alerts default value to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arnold committed Aug 23, 2024
1 parent 1cf4680 commit 5eaba81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ variable "archive_on_destroy" {
default = true
}

variable vulnerability_alerts {
variable "vulnerability_alerts" {
type = bool
default = true
default = false
}

0 comments on commit 5eaba81

Please sign in to comment.