Skip to content

Commit

Permalink
Webhook identifier is required when updating
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroden84 committed Apr 26, 2024
1 parent 8324b0f commit 0218e81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudamqp/resource_cloudamqp_webhooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ func resourceWebhookUpdate(d *schema.ResourceData, meta interface{}) error {
}
}

params["webhook_id"] = d.Id()
return api.UpdateWebhook(instanceID, d.Id(), params, sleep, timeout)
}

Expand Down

0 comments on commit 0218e81

Please sign in to comment.