Add after dependencies injected callback
. Callback will run after dependency injection process is completed.
You can add multiple callbacks, then they will be executed in sequence.
Add after init callback
. Callbacks will run right after this element is initialized.
You can add multiple callbacks, then they will be executed in sequence.
Generated using TypeDoc
Add
TerraformOutput
. You can provide output element byprovide
method ofinjector
but sometime, it would be more clear usingaddOutput
method for each element.