Skip to content

Commit

Permalink
Ensure errors are sufranced if cannot create service account. Fixes #39
Browse files Browse the repository at this point in the history
  • Loading branch information
Mongey committed Nov 19, 2020
1 parent 72858c6 commit e3a6ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccloud/resource_service_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func serviceAccountCreate(d *schema.ResourceData, meta interface{}) error {
log.Printf("[ERROR] Could not create Service Account: %s", err)
}

return nil
return err
}

func serviceAccountRead(d *schema.ResourceData, meta interface{}) error {
Expand Down

0 comments on commit e3a6ed8

Please sign in to comment.