Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arnold authored and GitHub committed Aug 22, 2024
1 parent 11d1612 commit a18369e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,8 @@ variable "archive_on_destroy" {
type = bool
default = true
}

variable vulnerability_alerts {
type = bool
default = true
}

0 comments on commit a18369e

Please sign in to comment.