Added resource bitbucketserver_project_hook and cleaned up delete handling of permission resources

This commit is contained in:
Gavin Bunney
2019-10-15 11:44:33 -07:00
parent a8a1bcb48b
commit 51f1146d1d
12 changed files with 190 additions and 30 deletions

View File

@@ -99,9 +99,5 @@ func resourceProjectPermissionsUserDelete(d *schema.ResourceData, m interface{})
url.QueryEscape(d.Get("user").(string)),
))
if err != nil {
return err
}
return resourceProjectPermissionsUserRead(d, m)
return err
}