diff --git a/github/resource_github_repository.go b/github/resource_github_repository.go index 560f99b46b..c87fb004b8 100644 --- a/github/resource_github_repository.go +++ b/github/resource_github_repository.go @@ -207,6 +207,9 @@ func resourceGithubRepository() *schema.Resource { "etag": { Type: schema.TypeString, Computed: true, + DiffSuppressFunc: func(k, old, new string, d *schema.ResourceData) bool { + return true + }, }, "template": { Type: schema.TypeList,