Skip to content

Commit

Permalink
Merge pull request #16 from mineiros-io/mariux/ignore-changes-for-on-…
Browse files Browse the repository at this point in the history
…create-config

Ignore changes in parameters that are only executed on repository cre…
  • Loading branch information
mariux authored Jan 12, 2020
2 parents 35fbf85 + fd844ac commit eb0ec98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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,
]
}
}

#
Expand Down

0 comments on commit eb0ec98

Please sign in to comment.