From 11d1612142ffaf09468f10c4de526c7463420cac Mon Sep 17 00:00:00 2001 From: David Arnold <10138997+djaboxx@users.noreply.github.com> Date: Thu, 22 Aug 2024 10:40:54 -0700 Subject: [PATCH] Update github_repo.tf --- github_repo.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_repo.tf b/github_repo.tf index d103042..b2bd8f0 100644 --- a/github_repo.tf +++ b/github_repo.tf @@ -20,7 +20,7 @@ resource "github_repository" "repo" { gitignore_template = "Terraform" is_template = var.is_template archived = var.archived - vulnerability_alerts = var.vulnerability_alerts + vulnerability_alerts = var.vulnerability_alerts lifecycle { ignore_changes = [ has_issues,