From cf6c1fb0742677956cc15396257772289af18e30 Mon Sep 17 00:00:00 2001 From: Dave Arnold Date: Fri, 17 May 2024 10:46:35 -0700 Subject: [PATCH] ignoring changes --- github_repo.tf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" {