Skip to content

Commit

Permalink
Merge pull request #7 from HappyPathway/vulnerability_alerts
Browse files Browse the repository at this point in the history
Update github_repo.tf
  • Loading branch information
David Arnold authored and GitHub committed Aug 22, 2024
2 parents f1d90f5 + a18369e commit 1cf4680
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions github_repo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ resource "github_repository" "repo" {
gitignore_template = "Terraform"
is_template = var.is_template
archived = var.archived
vulnerability_alerts = var.vulnerability_alerts
lifecycle {
ignore_changes = [
has_issues,
Expand Down
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 1cf4680

Please sign in to comment.