Skip to content

Commit

Permalink
fix(team_repository): fix team repository etag diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
rudineirk committed Sep 26, 2022
1 parent 6773d80 commit ca618ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions github/resource_github_team_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ func resourceGithubTeamRepository() *schema.Resource {
"etag": {
Type: schema.TypeString,
Computed: true,
DiffSuppressFunc: func(k, old, new string, d *schema.ResourceData) bool {
return true
},
},
},
}
Expand Down

0 comments on commit ca618ad

Please sign in to comment.