diff --git a/github_repo.tf b/github_repo.tf index cb8c751..7cfe650 100644 --- a/github_repo.tf +++ b/github_repo.tf @@ -21,7 +21,10 @@ resource "github_repository" "repo" { archived = var.archived lifecycle { ignore_changes = [ - name + name, + has_issues, + has_projects, + has_wiki ] } dynamic "template" {