You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Resources should be able to be separated from components and applications. This would allow for better devops control and environmental changes.
Propose a solution
Components should be able to require an resource. This way the resources are not tied to the component. The component can then expect the resource to be provided to them without having to manage the component itself. By using the requires interface, it keeps the integration to components consistent.
Is your feature request related to a problem? Please describe.
Resources should be able to be separated from components and applications. This would allow for better devops control and environmental changes.
Propose a solution
Components should be able to
require
an resource. This way the resources are not tied to the component. The component can then expect the resource to be provided to them without having to manage the component itself. By using therequires
interface, it keeps the integration to components consistent.Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: