This message was deleted.
# general
s
This message was deleted.
p
A transformation seems like it would affect both comparison and update.
l
You would probably need to create your own (dynamic) provider to achieve this behaviour.
p
Can you specify the provider per resource, or would we need to do something top level? Also, would we also need to subclass the resource (c#) or is there a "property bag" for extensibility properties
l
You can specify the provider per resource, using the provider opt. I always do.
However to change a resource's provider without destroying and recreating the stack, I think you need to manually edit the stack.
👍 1
p
Thanks for your help. I'll have a dig!