Skip to content

Commit 2c51694

Browse files
authored
Revert 654b4e5 (#911)
1 parent a74daa9 commit 2c51694

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

github/resource_github_repository.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,6 @@ func resourceGithubRepository() *schema.Resource {
207207
"etag": {
208208
Type: schema.TypeString,
209209
Computed: true,
210-
DiffSuppressFunc: func(k, old, new string, d *schema.ResourceData) bool {
211-
return true
212-
},
213210
},
214211
"template": {
215212
Type: schema.TypeList,

0 commit comments

Comments
 (0)