Skip to content

Commit daebac7

Browse files
committed
Remove clearly unnecessary SetId
Signed-off-by: Timo Sand <[email protected]>
1 parent 30ed68d commit daebac7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

github/resource_github_repository.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,6 @@ func resourceGithubRepositoryUpdate(ctx context.Context, d *schema.ResourceData,
10031003
if err != nil {
10041004
return diag.FromErr(err)
10051005
}
1006-
d.SetId(*repo.Name)
10071006
}
10081007

10091008
if d.HasChange("vulnerability_alerts") {

0 commit comments

Comments
 (0)