Add resource lifecycle hooks #420
Labels
area/api
User visible API
kind/enhancement
New feature or request without workaround
needs-design
Needs from design work: architecture, API, DX/UX
For example:
This allows user to run code after a resource was actually created (by hijacking URN Promise resolution). Useful for execution of postconditions and unrelated tasks that have to happen ONLY for said resource, integrations for instance.
Separate fork is necessary to prevent pollution of main thread (that declares resources) with dynamic Output that will short-circuit on empty during dry-run and remove subsequent resources from the plan.
Use cases:
The text was updated successfully, but these errors were encountered: