Skip to content

Commit

Permalink
Merge pull request #7 from ConseilsTI/v0.0.7
Browse files Browse the repository at this point in the history
v0.0.7
  • Loading branch information
benyboy84 authored Jan 27, 2024
2 parents 7ff56e3 + 8c7ef98 commit acd2db2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/github_repository/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,7 @@ resource "github_repository_file" "this" {
commit_message = each.value.commit_message
overwrite_on_create = each.value.overwrite_on_create
depends_on = [github_branch.this]
lifecycle {
ignore_changes = [content]
}
}

0 comments on commit acd2db2

Please sign in to comment.