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,