Skip to content

Commit

Permalink
ignoring changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arnold committed May 17, 2024
1 parent b6e9a6f commit cf6c1fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion github_repo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ resource "github_repository" "repo" {
archived = var.archived
lifecycle {
ignore_changes = [
name
name,
has_issues,
has_projects,
has_wiki
]
}
dynamic "template" {
Expand Down

0 comments on commit cf6c1fb

Please sign in to comment.