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 295659a commit 11d1612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_repo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 11d1612

Please sign in to comment.