Skip to content

Commit

Permalink
Do not force creating new repository on rename
Browse files Browse the repository at this point in the history
  • Loading branch information
k24dizzle committed Mar 16, 2021
1 parent b2c7400 commit f0e9cae
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 @@ -30,7 +30,6 @@ func resourceGithubRepository() *schema.Resource {
"name": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
},
"description": {
Type: schema.TypeString,
Expand Down

0 comments on commit f0e9cae

Please sign in to comment.