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
@malini and I have discussed the complexity and potential to misuse the exclude_from_project feature, but as yet we haven't found a better way to prevent top-level project resource namespace pollution other than this. For example, we could do a check in the finish function to see if a resource has already been registered, but this would not be aware of what resources exist as outputs prior to resolution.
The text was updated successfully, but these errors were encountered:
@malini and I have discussed the complexity and potential to misuse the
exclude_from_project
feature, but as yet we haven't found a better way to prevent top-level project resource namespace pollution other than this. For example, we could do a check in thefinish
function to see if a resource has already been registered, but this would not be aware of what resources exist as outputs prior to resolution.The text was updated successfully, but these errors were encountered: