Skip to content

Commit

Permalink
Remember to check error.
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson committed Nov 12, 2019
1 parent 4734b61 commit 507d516
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ func resourceGoogleServiceAccountUpdate(d *schema.ResourceData, meta interface{}
Etag: sa.Etag,
},
}).Do()
if err != nil {
return err
}
// See comment in Create.
time.Sleep(time.Second)

Expand Down

0 comments on commit 507d516

Please sign in to comment.