diff --git a/main.tf b/main.tf index 2cb1c22a..873a1cf7 100644 --- a/main.tf +++ b/main.tf @@ -78,6 +78,14 @@ resource "github_repository" "repository" { default_branch = local.default_branch archived = var.archived topics = local.topics + + lifecycle { + ignore_changes = [ + auto_init, + license_template, + gitignore_template, + ] + } } #