Skip to content

Custom action for dependent resources #851

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
csviri opened this issue Jan 20, 2022 · 1 comment
Closed

Custom action for dependent resources #851

csviri opened this issue Jan 20, 2022 · 1 comment

Comments

@csviri
Copy link
Collaborator

csviri commented Jan 20, 2022

Adding a custom action into workflow for dependent resources.

With introducing dependsOn, in the background there will be a plan created from the DAG of resources, and subsequently executed. Not everything can be modeled resource oriented way. So to be able to hook on the execution, propose a special "action dependant". (This is analogy to null resource in terraform)

This action will be executed in place, the scheduler algorithm should always wait for it synchronously, other resources could depend on it as on other resources. (There can be even output param in place)

DISCLAIMER: Create this issue is for sake of completeness. Could be implemented as the last step, and mainly after #850

@csviri
Copy link
Collaborator Author

csviri commented Sep 23, 2022

Will close this, since now it is possible by just simple implementing the DependetResource interface.

@csviri csviri closed this as completed Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant