-
-
Notifications
You must be signed in to change notification settings - Fork 149
Support hook dependencies #312
Support hook dependencies #312
Conversation
@alexkappa are you able to review/merge this? |
@alexkappa would love to get this reviewed and merged |
auth0/resource_auth0_hook_test.go
Outdated
@@ -53,6 +54,9 @@ resource "auth0_hook" "my_hook" { | |||
trigger_id = "pre-user-registration" | |||
script = "function (user, context, callback) { console.log(user); callback(null, { user }); }" | |||
enabled = false | |||
dependencies = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the formatting is off? (tabs v space?)
@yvovandoorn this should be good now. |
Hey @woz5999. This isn't passing my local testing setup:
It looks like
should be added to L64 in and
to L93-95 in This way it passes the initial and diff check. |
@yvovandoorn sorry about that. got those added. |
👍 LGTM |
@yvovandoorn, do you have new release estimate? |
@galkin probably in the coming days. I hope to incorporate #321 but its dependent on go-auth0/auth0#187. That said, if its taking too long, I'll talk with @alexkappa to push out a release earlier. Thanks for your patience on this!! |
Proposed Changes
Fixes #296
Acceptance Test Output
Community Note