Skip to content

Commit

Permalink
Update github_repo.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 f1d90f5 commit 295659a
Showing 1 changed file with 1 addition 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

0 comments on commit 295659a

Please sign in to comment.