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 Feb 14, 2025
1 parent 85f8429 commit cff8f42
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions github_repo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@ resource "github_repository" "repo" {
archived = var.archived
homepage_url = var.homepage_url
vulnerability_alerts = var.vulnerability_alerts
lifecycle {
ignore_changes = [
has_issues,
has_projects,
has_wiki
]
}

dynamic "template" {
# A bogus map for a conditional block
for_each = var.template_repo == null ? [] : ["*"]
Expand Down

0 comments on commit cff8f42

Please sign in to comment.