From 295659ac9847523ecc8e6b43edbcfff6f8711934 Mon Sep 17 00:00:00 2001 From: David Arnold <10138997+djaboxx@users.noreply.github.com> Date: Thu, 22 Aug 2024 10:40:33 -0700 Subject: [PATCH] Update github_repo.tf --- github_repo.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/github_repo.tf b/github_repo.tf index 4e542bd..d103042 100644 --- a/github_repo.tf +++ b/github_repo.tf @@ -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,