Declarative blueprints (based on file exists) #5300
Labels
enhancement/confirmed
Enhancements that will be implemented in the future
enhancement
New feature or request
Milestone
Is your feature request related to a problem? Please describe.
A option to define a state of resources by an blueprint (Declarative). And not like current define a change/migration (Procedural).
Describe the solution you'd like
That if file is detected the resources are created / updated (like
state: present
) and remove of the file would delete resources (likestate: absent
) with an new state type likestate: watch
Describe alternatives you've considered
easy way to remove based on an blueprint yaml file (without change of file).
Additional context
it is for me like ansible vs. terraform ....
The text was updated successfully, but these errors were encountered: