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
DeployementRecommendation#ingredient_resource_mapping uses lookup_resource_ids to translate the resource codes into resource id's at the moment a recommendation is generated.
This behavior invalidates all recommendations whenever the provider updaters re-create all resources and likely change resource id's !!!
For this purpose, resource codes were introduced. However, they need to be resolved whenever more_attributes is accessed / used to prevent this behavior.
The text was updated successfully, but these errors were encountered:
Consistently using #find_or_create_by in all provider updaters alleviates this issue but doesn't solve the maintenance problem for legacy instances. For further discussion see: #160 (comment)
Consistently using #find_or_create_by alleviates this issue but doesn't
solve the maintenance problem for legacy instances. For further discussion
see: #160 (comment) #160 (comment)
DeployementRecommendation#ingredient_resource_mapping
useslookup_resource_ids
to translate the resource codes into resource id's at the moment a recommendation is generated.This behavior invalidates all recommendations whenever the provider updaters re-create all resources and likely change resource id's !!!
For this purpose, resource codes were introduced. However, they need to be resolved whenever
more_attributes
is accessed / used to prevent this behavior.The text was updated successfully, but these errors were encountered: