Skip to content

Commit

Permalink
remove ForceNew attribute all together since by default it's not se…
Browse files Browse the repository at this point in the history
…t in a resource
  • Loading branch information
majormoses authored and Jeremy Udit committed Jun 9, 2020
1 parent 97b943c commit 399b54a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion github/resource_github_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ func resourceGithubRepository() *schema.Resource {
"auto_init": {
Type: schema.TypeBool,
Optional: true,
ForceNew: false,
},
"default_branch": {
Type: schema.TypeString,
Expand Down

0 comments on commit 399b54a

Please sign in to comment.